Skip to content

Commit

Permalink
docs: remove obsolete targeting commands
Browse files Browse the repository at this point in the history
As a followup to 83d77bb, update the list of commands and settings
files.
  • Loading branch information
nlavsky committed Dec 1, 2024
1 parent d50fa5e commit bf341ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions crawl-ref/docs/keybind.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ SPACE, Enter, NPenter, 5, NP5, f
! CMD_TARGET_SELECT_FORCE
., NP. CMD_TARGET_SELECT_ENDPOINT
@ CMD_TARGET_SELECT_FORCE_ENDPOINT
^P CMD_TARGET_SHOW_PROMPT
: CMD_TARGET_TOGGLE_BEAM
Tab, \ CMD_TARGET_FIND_PORTAL
^ CMD_TARGET_FIND_TRAP
Expand All @@ -177,8 +176,6 @@ _ CMD_TARGET_FIND_ALTAR
> CMD_TARGET_FIND_DOWNSTAIR
r CMD_TARGET_FIND_YOU
g CMD_TARGET_GET
p CMD_TARGET_PREV_TARGET
<unbound> CMD_TARGET_MAYBE_PREV_TARGET
-, NP- CMD_TARGET_CYCLE_BACK,
+, =, NP+, NP= CMD_TARGET_CYCLE_FORWARD
/, NP/, ; CMD_TARGET_OBJ_CYCLE_BACK
Expand Down
3 changes: 0 additions & 3 deletions crawl-ref/settings/dvorak_command_keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ bindkey = [^L] CMD_FULL_VIEW
# map (G)oto level -> J for no reason
bindkey = [J] CMD_MAP_GOTO_LEVEL

# target maybe prev target -> k
bindkey = [k] CMD_TARGET_MAYBE_PREV_TARGET

# target wizard (D)ebug monster -> J rather than K because small k is used for
# firing
bindkey = [J] CMD_TARGET_WIZARD_DEBUG_MONSTER
Expand Down
1 change: 0 additions & 1 deletion crawl-ref/settings/neo_command_keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ bindkey = [ö] CMD_SHOUT

# bindkey = [^R] CMD_REDRAW_SCREEN
# bindkey = [^Z] CMD_SUSPEND_GAME
# bindkey = [t] CMD_TARGET_MAYBE_PREV_TARGET
# bindkey = [T] CMD_MAP_WIZARD_TELEPORT
# bindkey = [s] CMD_TARGET_WIZARD_MAKE_SHOUT
# bindkey = [S] CMD_TARGET_WIZARD_MAKE_SUMMONED
Expand Down

0 comments on commit bf341ee

Please sign in to comment.