[wesnoth-commits] [wesnoth/wesnoth] 64d002: Re-created hotkeys file

ancestral noreply at github.com
Mon Oct 28 06:36:33 UTC 2019


  Branch: refs/heads/cleanup_keys
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 64d002ecbf09f31d84ff62f1c04fddd4d3fccbdb
      https://github.com/wesnoth/wesnoth/commit/64d002ecbf09f31d84ff62f1c04fddd4d3fccbdb
  Author: ancestral <ancestral at users.noreply.github.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M data/core/hotkeys.cfg

  Log Message:
  -----------
  Re-created hotkeys file

Re-created hotkeys file. (If the previous commits are causing issues, I can create a new pull request if that’s easier.)

Borrows heavily from https://r.wesnoth.org/t41525.

Most of the common commands now have single keystrokes on the keyboard in addition to their currently defined keystrokes. Almost everything remains the same, except the following has changed:

* Continue is now `C` instead of `T`
* Go to Leader is now `K` instead of `L`
* Kill Unit is now `DEL` instead of `X`
* Undo is now `Z` or `CTRL + Z` instead of `U`
* Redo is now `SHIFT + Z` or `CTRL + SHIFT + Z` instead of `R`
* Planning mode is now `ALT + P` instead of `P`
* Delete Action (Planning Mode) is now `BACKSPACE` instead of `H`
* Suppose Dead (Planning Mode) is now `X` instead of `I`





More information about the Commits mailing list