CustomKeybindingDemo: edit

This commit is contained in:
Jonathan Daugherty 2022-08-02 19:52:14 -07:00
parent f6ec9233ab
commit b3cb7a54b4

View File

@ -57,7 +57,7 @@ data St =
makeLenses ''St
-- | Event handlers for the our KeyEvents.
-- | Key event handlers for our application.
handlers :: [K.KeyEventHandler KeyEvent (T.EventM () St)]
handlers =
-- The first three handlers are triggered by keys mapped to events,