summaryrefslogtreecommitdiff
path: root/src/client/keys.h
Commit message (Collapse)AuthorAge
* Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy2017-05-06
|
* LINT: Switch whitelist check from egrep to awkLoïc Blot2017-04-06
| | | | Bonus: make CI happy with the last rules fix
* Clang-format: trivial fix on some headers (#5495)Loïc Blot2017-04-01
| | | Fix some headers style and remove them from whitelist
* Change command prefix to "." and add "help" command.red-0012017-03-26
|
* Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno2016-08-10
|
* Initial Gamepad supportest312016-06-03
| | | | | | | Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change.
* Input related generalisationsest312016-06-03
* Move key types into own file * Use Generalized input methods in game.cpp