/external/quake/quake/app/id1/ |
config.cfg | 67 //
// Generated by GLQuake. DO NOT MODIFY!
//
unbindconfig
bind "TAB" "+showscores"
bind "ENTER" "+jump"
bind "ESCAPE" "togglemenu"
bind "SPACE" "+jump"
bind "+" "sizeup"
bind "," "+moveleft"
bind "-" "sizedown"
bind "." "+moveright"
bind "/" "impulse 10"
bind "0" "impulse 0"
bind "1" "impulse 1"
bind "2" "impulse 2"
bind "3" "impulse 3"
bind "4" "impulse 4"
bind "5" "impulse 5"
bind "6" "impulse 6"
bind "7" "impulse 7"
bind "8" "impulse 8"
bind "=" "sizeup"
bind "\" "+mlook"
bind "`" "toggleconsole"
// Original Quake binding
// bind "a" "+lookup"
// bind "c" "+movedown"
// bind "d" "+moveup"
// bind "t" "messagemode"
// bind "z" "+lookdown"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+left"
bind "d" "+right"
bind "q" "+lookup"
bind "z" "+lookdown"
bind "v" "+movedown"
bind "f" "+moveup"
bind "t" "messagemode"
bind "~" "toggleconsole"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+left"
bind "RIGHTARROW" "+right"
bind "ALT" "+strafe"
bind "CTRL" "+attack"
bind "SHIFT" "+speed"
bind "F1" "help"
bind "F2" "menu_save"
bind "F3" "menu_load"
bind "F4" "menu_options"
bind "F5" "menu_multiplayer"
bind "F6" "echo Quicksaving...; wait; save quick"
bind "F9" "echo Quickloading...; wait; load quick"
bind "F10" "quit"
bind "F11" "zoom_in"
bind "F12" "screenshot"
bind "INS" "+klook"
bind "DEL" "+lookdown"
bind "PGDN" "+lookup"
bind "END" "centerview"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+forward"
bind "MOUSE3" (…)
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
KeyInput.java | 506 * PgDn key. 510 * PgDn key.
|
/external/e2fsprogs/ext2ed/doc/ |
user-guide.sgml | 203 of the <Command>pgdn</Command> and <Command>pgup</Command> commands. 641 <Sect2 id="pgdn-ref"> 642 <Title>pgdn</Title> 647 Syntax: pgdn 653 total, and you are currently viewing the <Emphasis>x</Emphasis> page. With the <Command>pgdn</Command> 671 <Command>pgup</Command> is the opposite of <Command>pgdn</Command> - It will pass to the previous 672 page. Cross reference section <XRef LinkEnd="pgdn-ref">. 920 <Command>pgdn</Command> and <Command>pgup</Command> to view the entire data. [all...] |
ext2ed-design.sgml | 1006 display and can <Literal remap="tt">scroll vertically</Literal> using the <Literal remap="tt">pgdn</Literal> and <Literal remap="tt">pgup</Literal> [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 111 'pause', 'PGDN', 'PGUP', 'PI', 'pixelAspectRatio', 'play', 'playerType', 'pop', 'position',
|
/external/quake/ |
README | 151 <none> PGDN +lookup
|
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 265 extern void pgdn (char *command_line);
|
init.c | 86 add_user_command (&general_commands,"pgdn","Scrolls data one page down",pgdn);
|
main.c | 153 pgdn("");
|
general_com.c | 750 void pgdn (char *commnad_line) function
|
/external/webkit/Source/WebKit/chromium/src/ |
WebScrollbarImpl.cpp | 232 // combinations. For e.g. Ctrl+pgup/pgdn/up/down, etc.
|
WebViewImpl.cpp | 799 // combinations. For e.g. Ctrl+pgup/pgdn/up/down, etc. [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
dinput.h | 529 #define DIK_NEXT 0xD1 /* PgDn on arrow keypad */
553 #define DIK_PGDN DIK_NEXT /* PgDn on arrow keypad */
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DINPUT.H | 529 #define DIK_NEXT 0xD1 /* PgDn on arrow keypad */
553 #define DIK_PGDN DIK_NEXT /* PgDn on arrow keypad */
|
/external/kernel-headers/original/linux/ |
keyboard.h | 78 #define K_PGDN K(KT_FN,25) /* PGDN is a synonym for NEXT */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
keyboard.h | 72 #define K_PGDN K(KT_FN,25) /* PGDN is a synonym for NEXT */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
keyboard.h | 72 #define K_PGDN K(KT_FN,25) /* PGDN is a synonym for NEXT */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
keyboard.h | 72 #define K_PGDN K(KT_FN,25) /* PGDN is a synonym for NEXT */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/ |
SDL_ipodvideo.c | 436 0, 0, 0, 0, 0, 0, 0, 0, 0, /* Break, Home, Up, PgUp, Left, Right, End, Down, PgDn */
|
/external/quake/quake/src/QW/client/ |
keys.c | 88 {"PGDN", K_PGDN},
|
/external/quake/quake/src/WinQuake/ |
keys.cpp | 86 {"PGDN", K_PGDN},
|
/gdk/samples/quake/jni/ |
keys.cpp | 86 {"PGDN", K_PGDN},
|
/external/qemu/ |
monitor.c | 1021 { 0xd1, "pgdn" }, [all...] |
/external/quake/quake/src/WinQuake/data/ |
MANUAL.TXT | 267 Look Up A or PgDn
[all...] |
TECHINFO.TXT | 41 To review previous actions by page, use the PGUP and PGDN keys.
[all...] |