v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "v0.34:Key bindings"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(replaced with default file contents; previously had nonfunctional values for at least one critical keybind)
m (→‎Vanilla interface.txt: make file collapsible)
Line 13: Line 13:
 
== Vanilla interface.txt ==
 
== Vanilla interface.txt ==
  
 +
{{hidden|Vanilla interface.txt|
 
<pre>
 
<pre>
 
[BIND:SELECT:REPEAT_NOT]
 
[BIND:SELECT:REPEAT_NOT]
Line 2,926: Line 2,927:
 
[SYM:2:u]
 
[SYM:2:u]
 
</pre>
 
</pre>
 +
}}
  
 
{{Category|Mods}}
 
{{Category|Mods}}
 
{{Category|Interface}}
 
{{Category|Interface}}

Revision as of 19:23, 24 February 2013

This article is about an older version of DF.

SYM Meaning

"[SYM:X:Y]" where:

X = Modifier key (0: None, 1: Shift, 2: Control, 3: Shift+Control, 4: Alt)

Y = Keyboard key (Enter, Tab, Numpad (0-9, Enter), Escape, F(1-12), Up, Down, Left, Right, Page Up, Page Down, Space, Backspace, (any other standard key))

So [SYM:1:Enter] represents SHIFT+ENTER on the keyboard.

Vanilla interface.txt