index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keys.hh
Age
Commit message (
Expand
)
Author
2014-11-12
Cleanup includes
Maxime Coste
2014-10-15
Make it more explicit that Key modifiers is a bit field
Maxime Coste
2014-05-25
Rename Key::Erase to Key::Delete and add 'del' keyname
Maxime Coste
2014-04-20
use StringView for parse_keys
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2014-01-04
Add support for the erase key in prompt and insert mode
Maxime Coste
2013-11-09
Add support for function keys F1-F12
Maxime Coste
2013-10-26
Specify key modifiers using constexpr functions for brevity
Maxime Coste
2013-07-26
Key: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-02-19
Add support for Home/End key in prompts
Maxime Coste
2013-01-30
Keys: add key_to_str function
Maxime Coste
2012-10-18
avoid utf8 errors with invalid keys, like ncurse KEY_RESIZE
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste
2012-10-08
get rid of Character
Maxime Coste
2012-09-11
Support Shift-Tab in prompt mode to go back in completions
Maxime Coste
2012-09-07
Add support for page up and page down
Maxime Coste
2012-09-07
Cleanup Key handling, use symbolic names for function keys
Maxime Coste
2012-09-04
use more constexpr
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2011-12-21
Use Keys instead of char for keymap
Maxime Coste
2011-12-20
Add Key struct
Maxime Coste