Skip to content

Commit

Permalink
Keyboard.IO.Mac.Types: Uncomment Key102nd
Browse files Browse the repository at this point in the history
In addition, change the old name, `KeyNonUSBackslash`, to `Key102nd`.
This matches the name defined in `src/KMonad/Keyboard/Keycode.hs` (the
keycode which is assigned the alias 'nubs').
  • Loading branch information
postylem authored and slotThe committed Nov 17, 2023
1 parent 1b2ec00 commit 1f019a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KMonad/Keyboard/IO/Mac/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ kcMap = M.fromList
, ((0x7,0x61), KeyKp9)
, ((0x7,0x62), KeyKp0)
, ((0x7,0x63), KeyKpDot)
-- , ((0x7,0x64), KeyNonUSBackslash)
, ((0x7,0x64), Key102nd)
-- , ((0x7,0x65), KeyApplication)
, ((0x7,0x66), KeyPower)
, ((0x7,0x67), KeyKpEqual)
Expand Down

0 comments on commit 1f019a0

Please sign in to comment.