Skip to content

Commit

Permalink
K.K.Keycode: At least indicate Darwin divider with a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed May 25, 2024
1 parent bbcb1c6 commit 9a97f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/KMonad/Keyboard/Keycode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ data Keycode
| Missing253
| Missing254
| Missing255
-- Darwin
| KeyFn
| KeyLaunchpad
| KeyMissionCtrl
Expand Down Expand Up @@ -406,6 +407,7 @@ aliases = Q.mkMultiMap
, (KeyNextSong, ["next"])
, (KeyPlayPause, ["pp"])
, (KeyPreviousSong, ["prev"])
-- Darwin
, (KeyLaunchpad, ["lp"])
, (KeyMissionCtrl, ["mctl"])
, (KeySpotlight, ["spot"])
Expand Down

0 comments on commit 9a97f4b

Please sign in to comment.