mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
macos-remap-keys: add japanese Kana and Eisuu keycodes
This commit is contained in:
parent
685d8d85d0
commit
219150a73c
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@ let
|
|||
Capslock = "0x39";
|
||||
# Section ('§') -- key below Escape on the non-US keyboards
|
||||
NonUSBackslash = "0x64";
|
||||
# Kana ('かな') -- key right of the space on Japanese keyboards
|
||||
Kana = "0x90";
|
||||
# Eisuu ('英数') -- key left of the space on Japanese keyboards
|
||||
Eisuu = "0x91";
|
||||
};
|
||||
|
||||
fKeys1To12 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue