Skip to content

Instantly share code, notes, and snippets.

@desht
Last active December 9, 2022 14:17

Revisions

  1. desht revised this gist Dec 9, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ftb-quests-hotkeys.md
    Original 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|Highlight multiple quests|yes|
    |Ctrl-Middle-drag|Highlight multiple quests, toggling existing selection|yes|
    |Middle (drag)|Select multiple quests|yes|
    |Ctrl-Middle (drag)|Select multiple quests, toggling existing selection|yes|

    ## Quest view screen

  2. desht revised this gist Dec 9, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ftb-quests-hotkeys.md
    Original 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
    |Key|Action|Editor Mode Only?|
    |Button|Action|Editor Mode Only?|
    |---|------|-----------------|
    |Left|Select quest, view details|no|
    |Right|Select quest, highlight dependencies|no|
  3. desht revised this gist Dec 9, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ftb-quests-hotkeys.md
    Original 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
  4. desht revised this gist Dec 9, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ftb-quests-hotkeys.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,8 @@
    |---|------|-----------------|
    |- (minus)|Zoom out|no
    |= (equals)|Zoom in|no
    |Tab|Cycle between chapters|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
  5. desht revised this gist Dec 9, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ftb-quests-hotkeys.md
    Original 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 Binding
    ## Mouse Bindings
    |Key|Action|Editor Mode Only?|
    |---|------|-----------------|
    |Left|Select quest, view details|no|
  6. desht revised this gist Dec 9, 2022. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion ftb-quests-hotkeys.md
    Original 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
    |Double-tap Shift|Find a chapter/quest/task/reward via popup|no
    |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?|
  7. desht created this gist Oct 27, 2022.
    39 changes: 39 additions & 0 deletions ftb-quests-hotkeys.md
    Original 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|