Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

always use Ctrl+Q for 'Insert Blockquote' because on Mac Shortcut+Q (becomes Cmd+Q) conflicts with app quit shortcut

AuthorKarl Tauber <email>
Date2015-08-08 13:06:31 GMT+0200
Commit78f92229322bf8b223ee34a8a3c4eeb255c8ddd4
Parent05fa88a
Delta1 line added, 1 line removed
src/main/java/org/markdownwriterfx/MainWindow.java
e -> getActiveEditor().surroundSelection("~~", "~~"),
activeFileEditorIsNull);
- Action insertBlockquoteAction = new Action("Blockquote", "Shortcut+Q", QUOTE_LEFT,
+ Action insertBlockquoteAction = new Action("Blockquote", "Ctrl+Q", QUOTE_LEFT, // not Shortcut+Q because of conflict on Mac
e -> getActiveEditor().surroundSelection("\n\n> ", ""),
activeFileEditorIsNull);