La bonne commande pour descendre les escaliers est >
normalement accessible comme Shift + . .
Cependant, dans votre cas, la disposition du clavier utilisée par Nethack ne correspond pas actuellement à ce que vous voyez réellement sur votre clavier. Vous devrez ajuster la disposition en utilisant les options stockées dans le fichier defaults.nh
ou spécifiquement sur la ligne de commande.
Ma version de defaults.nh
dispose d'un certain nombre d'options de gestion du clavier :
# Keyboard handling
# Different keyboard handlers can be loaded.
# Default is nhdefkey.dll but you can override that.
# Ray Chason's keyboard handler
# OPTIONS=altkeyhandler:nhraykey.dll
#
# NetHack 3.4.0 keyboard handling
# OPTIONS=altkeyhandler:nh340key.dll
# number_pad option can have an optional value of 0 (off), 1 (on),
# or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I'
OPTIONS=number_pad:1
# Note: the rest_on_space in the next line may not be
# appropriate for a beginning NetHack player, since
# it could result in use of a turn unintentionally.
# If you're new to NetHack, leave it commented it out.
#OPTIONS=rest_on_space
# Finnish keyboards might need these modifications uncommented.
# For \, @, $, [, |
#OPTIONS=subkeyvalue:171/92
#OPTIONS=subkeyvalue:178/64
#OPTIONS=subkeyvalue:180/36
#OPTIONS=subkeyvalue:184/91
#OPTIONS=subkeyvalue:188/124