Home
last modified time | relevance | path

Searched refs:qwertz_layout (Results 1 – 14 of 14) sorted by relevance

/dports/games/vultures-eye/vulture-2.3.67/unnethack/dat/
H A Dhh12 With the qwertz_layout option, the y and z keys are swapped
26 (^Y if option qwertz_layout is set)
70 z zap zap a wand (y if option qwertz_layout is set)
71 Z Zap cast a spell (Y if option qwertz_layout is set)
H A Dhelp65 With the qwertz_layout option, the y and z keys are swapped
148 z Zap a wand. (y if qwertz_layout is set)
149 Z Cast a spell. (Y if qwertz_layout is set)
150 ^Z Suspend the game. (^Y if qwertz_layout is set)
H A Dopthelp96 qwertz_layout swap the y and z keys [FALSE]
/dports/games/unnethack/unnethack-5.1.0-20131208/dat/
H A Dhh12 With the qwertz_layout option, the y and z keys are swapped
26 (^Y if option qwertz_layout is set)
70 z zap zap a wand (y if option qwertz_layout is set)
71 Z Zap cast a spell (Y if option qwertz_layout is set)
H A Dhelp65 With the qwertz_layout option, the y and z keys are swapped
148 z Zap a wand. (y if qwertz_layout is set)
149 Z Cast a spell. (Y if qwertz_layout is set)
150 ^Z Suspend the game. (^Y if qwertz_layout is set)
H A Dopthelp102 qwertz_layout swap the y and z keys [FALSE]
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unix/
H A Ddefaults.nh24 OPTIONS=!qwertz_layout
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dflag.h210 boolean qwertz_layout; /* swap y/z for this key layout */ member
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dflag.h226 boolean qwertz_layout; /* swap y/z for this key layout */ member
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/winnt/
H A Ddefaults.nh52 #OPTIONS=!qwertz_layout
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Doptions.c197 {"qwertz_layout", &iflags.qwertz_layout, FALSE, SET_IN_GAME},
1603 iflags.qwertz_layout=!negated;
H A Dcmd.c2154 if(C(cmdchar)==C('y') && iflags.qwertz_layout)
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Doptions.c219 {"qwertz_layout", &iflags.qwertz_layout, FALSE, SET_IN_GAME},
1941 iflags.qwertz_layout=!negated;
H A Dcmd.c2318 if(C(cmdchar)==C('y') && iflags.qwertz_layout)