KEYMAPPER: Use a dropdown button to save horizontal space
This commit is contained in:
parent
5079fa9dd4
commit
cc15496e9e
13 changed files with 32 additions and 48 deletions
|
@ -214,7 +214,7 @@ const ModifierTableEntry defaultModifiers[] = {
|
|||
{ KBD_SHIFT, "S", "Shift+" },
|
||||
{ KBD_ALT, "A", "Alt+" },
|
||||
{ KBD_META, "M", "Meta+" },
|
||||
{ 0, nullptr, nullptr }
|
||||
{ 0, nullptr, nullptr }
|
||||
};
|
||||
|
||||
const HardwareInputTableEntry defaultMouseButtons[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue