index
:
tofi.git
master
Fork of philj56/tofi with improved dmenu flag support
ZachIR
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input.c
Age
Commit message (
Expand
)
Author
2024-12-30
Add Ctrl+h and Ctrl+m keybindings
Dmitry Meyer
2024-12-30
Control-{f|b} keybinding for forwards and backwards.
Struan Robertson
2024-12-30
Allow for exiting Tofi using Control-g like Emacs
Struan Robertson
2023-07-16
Add --physical-keybindings option.
Phil Jones
2023-05-14
Add --print-index option.
Phil Jones
2023-05-09
Add Alt-h and Alt-l keybindings.
Phil Jones
2023-05-09
Add alt-j/k/n/p keybindings.
Phil Jones
2023-05-02
Swap Ctrl-O binding for Ctrl-[.
Phil Jones
2023-04-30
Add Ctrl-O keybinding.
Phil Jones
2023-04-17
Add --matching-algorithm option.
Phil Jones
2023-04-09
Add --auto-accept-single option.
Phil Jones
2023-02-26
Support Ctrl-n & Ctrl-p navigation.
Phil Jones
2023-01-22
Add page up & page down keybindings.
Phil Jones
2022-12-21
Add text cursor support.
Phil Jones
2022-11-28
Refactor string vector code.
Phil Jones
2022-11-19
Add missing errno.h include.
Phil Jones
2022-11-19
Add support for pasting from clipboard.
Phil Jones
2022-11-01
Add alternative key binding to delete a word.
Maksim
2022-10-23
Synchronise rendering with surface update.
Phil Jones
2022-10-23
Replace wchar and friends with Unicode handling.
Phil Jones
2022-10-21
Initial input handling cleanup.
Phil Jones