Last active
December 9, 2022 14:17
Revisions
-
desht revised this gist
Dec 9, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,8 +29,8 @@ |Right|Quest editing context menu|yes| |Ctrl-Left|Toggle quest selection|yes| |Middle|Select quest for moving|yes| |Middle (drag)|Select multiple quests|yes| |Ctrl-Middle (drag)|Select multiple quests, toggling existing selection|yes| ## Quest view screen -
desht revised this gist
Dec 9, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,7 +22,7 @@ |Hold F1|While hovering a quest, show extended tooltip info|no ## Mouse Bindings |Button|Action|Editor Mode Only?| |---|------|-----------------| |Left|Select quest, view details|no| |Right|Select quest, highlight dependencies|no| -
desht revised this gist
Dec 9, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,7 @@ |---|------|-----------------| |- (minus)|Zoom out|no |= (equals)|Zoom in|no |Ctrl-0|Reset zoom|no |Tab|Go to next chapter|no |Shift-Tab|Go to previous chapter|no |1 - 9|Go to chapter|no -
desht revised this gist
Dec 9, 2022 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,8 @@ |---|------|-----------------| |- (minus)|Zoom out|no |= (equals)|Zoom in|no |Tab|Go to next chapter|no |Shift-Tab|Go to previous chapter|no |1 - 9|Go to chapter|no |Space|Re-center view|no |Ctrl-R|Toggle crosshairs|yes -
desht revised this gist
Dec 9, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,7 @@ |Ctrl-F _or_ Double-tap Shift|Find a chapter/quest/task/reward via popup|no |Hold F1|While hovering a quest, show extended tooltip info|no ## Mouse Bindings |Key|Action|Editor Mode Only?| |---|------|-----------------| |Left|Select quest, view details|no| -
desht revised this gist
Dec 9, 2022 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,9 +16,20 @@ |Ctrl-Down|Move selected quests down|yes |Ctrl-Left|Move selected quests left|yes |Ctrl-Right|Move selected quests right|yes |Ctrl-F _or_ Double-tap Shift|Find a chapter/quest/task/reward via popup|no |Hold F1|While hovering a quest, show extended tooltip info|no ## Mouse Binding |Key|Action|Editor Mode Only?| |---|------|-----------------| |Left|Select quest, view details|no| |Right|Select quest, highlight dependencies|no| |Right|Quest editing context menu|yes| |Ctrl-Left|Toggle quest selection|yes| |Middle|Select quest for moving|yes| |Middle-drag|Highlight multiple quests|yes| |Ctrl-Middle-drag|Highlight multiple quests, toggling existing selection|yes| ## Quest view screen |Key|Action|Editor Mode Only?| -
desht created this gist
Oct 27, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ # Key Bindings ## Main quest screen |Key|Action|Editor Mode Only?| |---|------|-----------------| |- (minus)|Zoom out|no |= (equals)|Zoom in|no |Tab|Cycle between chapters|no |1 - 9|Go to chapter|no |Space|Re-center view|no |Ctrl-R|Toggle crosshairs|yes |Ctrl-A|Select all quests|yes |Ctrl-D|Deselect all quests|yes |Ctrl-Up|Move selected quests up|yes |Ctrl-Down|Move selected quests down|yes |Ctrl-Left|Move selected quests left|yes |Ctrl-Right|Move selected quests right|yes |Double-tap Shift|Find a chapter/quest/task/reward via popup|no |Hold F1|While hovering a quest, show extended tooltip info|no ## Quest view screen |Key|Action|Editor Mode Only?| |---|------|-----------------| |T|Edit title|yes| |S|Edit subtitle|yes| |D|Edit description|yes| ## Multiline description editor |Key|Action| |---|------| |Esc|Cancel changes| |Enter|Insert line after current| |Shift-Enter|Apply changes| |Backspace|On empty line, delete line|