Skip to content

Commit

Permalink
Ctrl-W to wipe output area
Browse files Browse the repository at this point in the history
  • Loading branch information
Dierk Koenig committed Jun 1, 2015
1 parent 18b1949 commit c5915a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/main/frege/org/frege/Application.fr
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ onKeyReleased mQueue stage inputArea outputArea items historySelection = KeyEven
"l" -> loadFile stage inputArea
"b" -> biggerFont inputArea outputArea
"s" -> smallerFont inputArea outputArea
"w" -> outputArea.setText ""
_ -> return ()
else do
code <- keyEvent.getCode
Expand Down Expand Up @@ -468,6 +469,7 @@ cmdHelp = [
("Ctrl-L", "Load Frege code via file chooser dialog."),
("Ctrl-B", "Bigger font."),
("Ctrl-S", "Smaller font."),
("Ctrl-W", "Wipe output area."),
("Ctrl-Enter", "Insert line feed."),
(":t or :type <expression>", "Display the type of an expression."),
(":browse <module name>", "Display the names in a module if " ++
Expand Down

0 comments on commit c5915a5

Please sign in to comment.