Improve inline doc

This commit is contained in:
hasufell 2014-10-01 20:16:02 +02:00
parent 824ae57a05
commit eaaa699035
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ main = do
da
_ <- onClicked saveButton $ onClickedSaveButton fileButton
_ <- onClicked quitButton mainQuit
-- hotkeys
_ <- window `on` keyPressEvent $ tryEvent $ do
[Control] <- eventModifier
"q" <- eventKeyName