CustomKeybindingDemo: nit

This commit is contained in:
Jonathan Daugherty 2022-08-02 20:10:33 -07:00
parent 6bc22b87d7
commit a768c6600d

View File

@ -90,9 +90,7 @@ appEvent _ =
drawUi :: St -> [Widget ()]
drawUi st = [body]
where
binding = do
(k, mods) <- st^.lastKey
return $ K.binding k mods
binding = uncurry K.binding <$> st^.lastKey
keybindingHelp = K.keybindingHelpWidget (st^.keyConfig) handlers
status = hLimit 40 $
padRight Max $