summaryrefslogtreecommitdiffstats
path: root/src/modes/keybindings.cc
AgeCommit message (Expand)Author
2020-09-16use std::placeholders everywhereHEADmasterAlex Xu (Hello71)
2018-12-01misc stability improvementsLars Kotthoff
2018-05-02hooks: undo hooksGaute Hope
2017-11-21ky: allow comments at end of line on hooks as wellGaute Hope
2017-04-25ky: show title in multi_keyGaute Hope
2017-04-24ky: handle keys by nameGaute Hope
2017-01-05fix #259: add test and correctly unbind keys with only 1 part (introduced whe...Gaute Hope
2016-09-12ky: spec / keyspecGaute Hope
2016-09-12ky: check for invalid key namesTaeer Bar-Yam
2016-09-12ky: removed explicit and incomplete keyvals_to_keyname mapTaeer Bar-Yam
2016-09-12ky: make keybindings accept any GDK key nameTaeer Bar-Yam
2016-08-29ky: #205: allow keys to be undefinedGaute Hope
2016-08-25ky, tv: search conflicts with toggle unread, make keybindings fail on hard-co...Gaute Hope
2016-08-22log: remove log and use Boost::LogGaute Hope
2016-07-24editor: open element with spaceGaute Hope
2016-05-26ky: add Equal and MinusGaute Hope
2016-05-22ky: map EscapeGaute Hope
2016-03-02ky: hooks count as userdefinedGaute Hope
2016-02-26ky: shift modifier does not workGaute Hope
2016-02-26ky: allow using Shift modifier, use Shift-Tab for previous unreadGaute Hope
2016-02-24ky: rm debug loggingGaute Hope
2016-02-23ky: #86: allow special keys to be mapped, they have to be pre-defined in keyb...Gaute Hope
2016-02-23ky: correctly ignore a default key/target if it is already defined byGaute Hope
2016-02-22 #86: C-u and C-d page in thread_indexGaute Hope
2016-02-08ky: keynames: page up and downGaute Hope
2016-02-07ky: don't output so much debug info about keysGaute Hope
2016-01-29Refactor config access:Franz Fellner
2016-01-27key: run-specs are user-definedGaute Hope
2016-01-27key: dont fail completely on bad run-specsGaute Hope
2016-01-27ti, keys: add thread_index.run targetGaute Hope
2016-01-27keybindings: loads and runs callbacks for run-hooksGaute Hope
2016-01-27keybindings: test keybindingsGaute Hope
2016-01-27keybindings: run-hooks initial skeletonGaute Hope
2016-01-25ky: allow comments at the end of linesGaute Hope
2016-01-20ky: don't log handle if keys.empty()Gaute Hope
2016-01-19key: allow unbound targetsGaute Hope
2016-01-18fix #67: correctly read a line with spacesGaute Hope
2016-01-16remove "using namespace" from headers. Also start cleaning up includes.Franz Fellner
2016-01-06ky: do not allow default keybindings to conflictGaute Hope
2016-01-03ky: fix typoGaute Hope
2016-01-03ky: allow user to overwrite existing key targets (#21)Gaute Hope
2016-01-03ky: #21 (comment jan 3): correctly search for aliases for user keyGaute Hope
2016-01-03ky: better error when keys are in conflictGaute Hope
2015-12-31#21: fix ambigious references to fstreamGaute Hope
2015-12-31log: don't log keystrokesGaute Hope
2015-12-31ky: correct alias helpGaute Hope
2015-12-31ky: output keynameGaute Hope
2015-12-31ky: runtime checks for duplicate keysGaute Hope
2015-12-31ky: title and more conversionsGaute Hope
2015-12-31ky, mw: convert to keybindingsGaute Hope