add alternate repeat keys
This commit is contained in:
parent
bf2b15868a
commit
84af5eaa36
|
@ -5,6 +5,9 @@
|
|||
// Our custom keycodes
|
||||
enum custom_keycodes {
|
||||
BSPC_DW = SAFE_RANGE,
|
||||
// Additional, distinct "Alternate Repeat"-like keys.
|
||||
ALTREP2 = SAFE_RANGE,
|
||||
ALTREP3,
|
||||
SC_TOGG,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue