Skip to content

Commit

Permalink
Merge pull request kmonad#766 from postylem/patch-1
Browse files Browse the repository at this point in the history
Update keycap name for non-US backslash in Mac/Types.hs
  • Loading branch information
slotThe committed Nov 17, 2023
2 parents 1b2ec00 + 1f019a0 commit cec7d4a
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 cec7d4a

Please sign in to comment.