neovim/test/symbolic/klee
Olivier G-R f6fb370b1b keymap: add more (keypad) keycodes #9793
- K_KORIGIN instead of K_KCENTER: This name is similar to what is used
  by xev. Alternative could be K_KBEGIN as hinted here:
  https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-PC-Style-Function-Keys
  But I find Begin and Home too similar, and it might induced some
  confusion. The naming looked related to some old keyboard
  configuration.

- keymap.c: alias KPPeriod to kDel instead of kPoint.
  This might seems weird, but this is actually the behaviour that should
  be expected. libtermkey produces "KPPeriod" when num lock is off. To
  fix this would need to change this name in termkey.

closes #9780
closes #9793
2019-03-29 01:11:57 +01:00
..
nvim keymap: add more (keypad) keycodes #9793 2019-03-29 01:11:57 +01:00
run.sh klee: Add run.sh --help and run.sh -s 2017-10-16 09:00:39 +03:00
viml_expressions_lexer.c viml/parser/expressions: Finish parser 2017-10-15 19:13:52 +03:00
viml_expressions_parser.c unittests,viml/parser/expressions: Start adding asgn parsing tests 2017-11-13 01:11:13 +03:00