mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
macos-remap-keys: add NonUSBackslash keycode
This commit is contained in:
committed by
Austin Horstman
parent
bc2afee55b
commit
11cc3d55de
@@ -45,6 +45,8 @@ let
|
||||
Dot = "0x37";
|
||||
Slash = "0x38";
|
||||
Capslock = "0x39";
|
||||
# Section ('§') -- key below Escape on the non-US keyboards
|
||||
NonUSBackslash = "0x64";
|
||||
};
|
||||
|
||||
fKeys1To12 = {
|
||||
|
||||
Reference in New Issue
Block a user