Skip to content

Commit

Permalink
move shortcut Alt+F4 to Ctrl+Q fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Mar 3, 2016
1 parent 9b419de commit e24975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/zestedesavoir/zestwriter/view/Root.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<MenuItem mnemonicParsing="false" onAction="#HandleSwitchWorkspaceAction" text="Changer son répertoire de travail" />
<MenuItem mnemonicParsing="false" onAction="#HandleQuitButtonAction" text="Quitter">
<accelerator>
<KeyCodeCombination alt="DOWN" code="F4" control="UP" meta="UP" shift="UP" shortcut="UP" />
<KeyCodeCombination alt="UP" code="Q" control="DOWN" meta="UP" shift="UP" shortcut="UP" />
</accelerator></MenuItem>
</items>
</Menu>
Expand Down

0 comments on commit e24975f

Please sign in to comment.