From 1f019a0be33e34eb1d3984dba57aad2244166398 Mon Sep 17 00:00:00 2001 From: Jacob Louis Hoover Date: Mon, 6 Nov 2023 12:15:52 -0500 Subject: [PATCH] Keyboard.IO.Mac.Types: Uncomment Key102nd 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'). --- src/KMonad/Keyboard/IO/Mac/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KMonad/Keyboard/IO/Mac/Types.hs b/src/KMonad/Keyboard/IO/Mac/Types.hs index 00a428b2..a67ccd74 100644 --- a/src/KMonad/Keyboard/IO/Mac/Types.hs +++ b/src/KMonad/Keyboard/IO/Mac/Types.hs @@ -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)