From 9a97f4b04de689b36dc5db2aad28ba1c90878160 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Sat, 25 May 2024 07:30:55 +0200 Subject: [PATCH] K.K.Keycode: At least indicate Darwin divider with a comment --- src/KMonad/Keyboard/Keycode.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/KMonad/Keyboard/Keycode.hs b/src/KMonad/Keyboard/Keycode.hs index f0f3acd5..963da554 100644 --- a/src/KMonad/Keyboard/Keycode.hs +++ b/src/KMonad/Keyboard/Keycode.hs @@ -301,6 +301,7 @@ data Keycode | Missing253 | Missing254 | Missing255 + -- Darwin | KeyFn | KeyLaunchpad | KeyMissionCtrl @@ -406,6 +407,7 @@ aliases = Q.mkMultiMap , (KeyNextSong, ["next"]) , (KeyPlayPause, ["pp"]) , (KeyPreviousSong, ["prev"]) + -- Darwin , (KeyLaunchpad, ["lp"]) , (KeyMissionCtrl, ["mctl"]) , (KeySpotlight, ["spot"])