Eric Gebhart user space and keymaps (#17487)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
49a78b8114
commit
050472a4d0
147 changed files with 13177 additions and 4102 deletions
17
users/ericgebhart/defs/oneshot.def
Normal file
17
users/ericgebhart/defs/oneshot.def
Normal file
|
@ -0,0 +1,17 @@
|
|||
// custom-key, Oneshot name.
|
||||
ONESHOT( OS_LSFT, ONESHOT_LSFT)
|
||||
ONESHOT( OS_LCTL, ONESHOT_LCTL)
|
||||
ONESHOT( OS_LALT, ONESHOT_LALT)
|
||||
ONESHOT( OS_LGUI, ONESHOT_LGUI)
|
||||
|
||||
// keys to cancel
|
||||
CANCEL_KEY( KC_ESC)
|
||||
|
||||
// CANCEL_KEY( KC_FNAV)
|
||||
// CANCEL_KEY( KC_FNUM)
|
||||
// CANCEL_KEY( KC_FCAPS)
|
||||
|
||||
// keys to ignore.
|
||||
IGNORE_KEY( SPC_NAV)
|
||||
// IGNORE_KEY( KC_FNAV)
|
||||
// IGNORE_KEY( KC_FSYM)
|
Loading…
Add table
Add a link
Reference in a new issue