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.cc
Age
Commit message (
Expand
)
Author
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-14
Merge remote-tracking branch 'enricozb/enricozb/scroll-coordinates'
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-08-04
fix mouse coord underflow
Enrico Zandomeni Borba
2024-08-04
add scroll coordinates
Enrico Zandomeni Borba
2024-06-05
Add <quote> and <dquote> key name aliases.
Tobias Pisani
2023-05-11
Fix debug keys output for shift/ctrl modified mouse events
Chris Webb
2022-08-17
Rename button_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2022-08-17
Rename key_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2022-04-16
Make Shift+Space insert a space in insert mode
Johannes Altmanninger
2021-12-11
Make space a named key to correctly handle shift modifier
Maxime Coste
2021-05-28
Fix focus_in/focus_out keys not having user friendly names
Maxime Coste
2020-10-31
src/ncurses_ui.cc: Teach Kakoune about ctrl-symbol keys.
Tim Allen
2020-06-28
Refactor mouse press/release handling to support 3 buttons
Maxime Coste
2020-06-03
src: Introduce a <percent> named key
Frank LENORMAND
2020-04-13
Parse ascii newline/tab/escape as special keys instead of control keys
Maxime Coste
2019-10-22
src: Create a <semicolon> named key
Frank LENORMAND
2019-09-08
Fix printing of F12 key
Maxime Coste
2019-08-19
Make scrolling speed configurable
Maxime Coste
2019-07-07
allow for mapping the Insert key
Joachim Henke
2019-06-24
src: Enforce case sensitivity when parsing function keys
Frank LENORMAND
2018-12-20
src: Add support for right click events
Frank LENORMAND
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-06
Make error messages more consistent
Delapouite
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-07-19
Cleanup some code with C++14 features
Maxime Coste
2017-04-11
Name key '+' as plus and '-' as minus
Maxime Coste
2017-04-11
Change multi modifier key syntax to be <c-a-space> instead of <ca-space>
Maxime Coste
2017-04-10
Add support for parsing multiple modifiers in keys
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-14
Support inserting esc characters through <c-v>
Maxime Coste
2016-10-13
Support Ctrl + mouse dragging to add a new selection
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-05
Use named keys for Return and Tab instead of <c-m> and <c-i>
Maxime Coste
2016-06-30
Support Resize modifiers in key_to_str
Maxime Coste
2016-03-23
Support mosue event in key_to_str
Maxime Coste
2016-02-05
More string usage cleanup
Maxime Coste
2015-11-11
Fix to_lower/to_upper handling to correctly support non unicode chars
Maxime Coste
2015-09-23
Refactor utf8::iterator to be on the safe side
Maxime Coste
2015-08-18
Cleanup key to codepoint conversion
Maxime Coste
2015-05-22
Move unit test functions in next to the code they are testing
Maxime Coste
2015-03-28
Handle mouse events in key_to_str
Maxime Coste
2015-03-27
Make utf8_iterator a proper stl useable iterator
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2014-12-29
Use a struct KeyAndName rather than a std::pair
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-12-08
More string cleanups
Maxime Coste
2014-11-09
refactor parse_keys
Maxime Coste
2014-11-09
small code simplification
Maxime Coste
[next]