From 4f8b58cc5366bfc2ea3b56fe6ff0443464d10f0f Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Wed, 14 May 2014 23:54:09 -0700 Subject: tome (2.3.11-ah-2) unstable; urgency=low * Modified the install paths to deploy to the FHS compliant /usr/games/tome and /var/games/tome, as we have always done * This is a major change, and includes theming. Some of the options have changed. Because of this, the manual page has been removed; there is a command line help option and in game help until the manual page is rewritten. # imported from the archive --- lib/pref/xtra-gcu.prf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 lib/pref/xtra-gcu.prf (limited to 'lib/pref/xtra-gcu.prf') diff --git a/lib/pref/xtra-gcu.prf b/lib/pref/xtra-gcu.prf new file mode 100644 index 00000000..7097658e --- /dev/null +++ b/lib/pref/xtra-gcu.prf @@ -0,0 +1,34 @@ +# File: xtra-gcu.prf + +# Rename this file to "pref-gcu.prf" to allow the VT100 cursor keys +# to be recognized by Angband. This will also make the "escape" key +# take a few seconds to recognize, so you may want to use the "`" key +# instead, or make a macro from escape+escape to escape. + +### VT100 Keypad ### + +# Special keypad keys (delete, insert) +A:. +P:\e[3~ +A:0 +P:\e[2~ + +# Numerical keypad keys (map to appropriate number) +A:1 +P:\e[4~ +A:2 +P:\e[B +A:3 +P:\e[6~ +A:4 +P:\e[D +A:5 +P:\e[G +A:6 +P:\e[C +A:7 +P:\e[1~ +A:8 +P:\e[A +A:9 +P:\e[5~ -- cgit v1.2.3