mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
macos-remap-keys: add NonUSBackslash keycode
This commit is contained in:
parent
bc2afee55b
commit
11cc3d55de
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ let
|
|||
Dot = "0x37";
|
||||
Slash = "0x38";
|
||||
Capslock = "0x39";
|
||||
# Section ('§') -- key below Escape on the non-US keyboards
|
||||
NonUSBackslash = "0x64";
|
||||
};
|
||||
|
||||
fKeys1To12 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue