snake-mode-map

snake-mode-map is a variable defined in `snake.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Keymap for `snake-mode'.

Value:

(keymap (down . snake-move-down) (up . snake-move-up) (right . snake-move-right) (left . snake-move-left) (112 . snake-pause-game) (113 . snake-end-game) (110 . snake-start-game) snake-mode-map)