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 "40d:Key bindings"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (added FAQ template)
(Removed Mac key bindings section)
Line 29: Line 29:
 
[CURSOR_UP_Z_AUX:9]
 
[CURSOR_UP_Z_AUX:9]
 
[CURSOR_DOWN_Z_AUX:3]
 
[CURSOR_DOWN_Z_AUX:3]
</pre>
 
 
== Macintosh Bindings ==
 
If you're using a Mac, you probably can't type F9 and up at all, because they are used by global OS functions.  So, try...
 
 
<pre>
 
[LEAVESCREEN_TEXT:F8]
 
</pre>
 
 
The default is:
 
 
<pre>
 
[LEAVESCREEN_TEXT:F9]
 
 
</pre>
 
</pre>
  

Revision as of 02:01, 16 July 2008

Laptop Bindings

These are the values to enter to use the laptop bindings recommended for those without number pads. This will set your [ and ] keys to up and down respectively; and the - and = keys to page up and page down in secondary menus.:

[SECONDSCROLL_UP:KEYDB]
[SECONDSCROLL_DOWN:KEYDD]
[SECONDSCROLL_PAGEUP:MINUS]
[SECONDSCROLL_PAGEDOWN:PLUS]

These values are set in the data\init\interface.txt file. Default values are:

[SECONDSCROLL_UP:SUBTRACT]
[SECONDSCROLL_DOWN:ADD]
[SECONDSCROLL_PAGEUP:DIVIDE]
[SECONDSCROLL_PAGEDOWN:MULTIPLY]

Additional Up/Down Z-Level Keys

Some players may feel more comfortable by switching the PgDn/PgUp keys to control moving between z-levels, though this is not recommended should you use the numpad for movement.

[STANDARDSCROLL_PAGEUP:9]
[STANDARDSCROLL_PAGEDOWN:3]
[CURSOR_UPRIGHT:]
[CURSOR_DOWNRIGHT:]
[CURSOR_UP_Z_AUX:9]
[CURSOR_DOWN_Z_AUX:3]