index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
KeyEncoder.zig
Age
Commit message (
Expand
)
Author
2023-09-29
input: don't ESC prefix non-ascii characters
Tim Culverhouse
2023-09-29
input(kitty): fix reporting of alternate keys
Tim Culverhouse
2023-09-27
input: 0x7F is a control character, use helper
Mitchell Hashimoto
2023-09-20
input: correct xterm encoding for modified F1-F4
Mitchell Hashimoto
2023-09-19
input: kitty alternates and text should not include control characters
Mitchell Hashimoto
2023-08-26
input: keypad enter should act as normal "\r" if no other seq matches
Mitchell Hashimoto
2023-08-24
input: kitty should not encode modifier-only key unless "report all"
Mitchell Hashimoto
2023-08-24
apprt/embedded: do not translate control characters
Mitchell Hashimoto
2023-08-22
input: kitty encoding should only output unmodified utf8 if printable
Mitchell Hashimoto
2023-08-21
input: pc style function keys should use all mods, not effective
Mitchell Hashimoto
2023-08-17
input: remove old TODO. This is handled now in the app runtimes
Mitchell Hashimoto
2023-08-17
input: repeat events need to be handled for Kitty w/o report events
Mitchell Hashimoto
2023-08-17
input: proper optional entry handling
Mitchell Hashimoto
2023-08-17
input: Kitty encodes alternate keys
Mitchell Hashimoto
2023-08-17
core: use Kitty encoding if enabled
Mitchell Hashimoto
2023-08-17
input: lot more Kitty encoding logic
Mitchell Hashimoto
2023-08-17
input: KittySequence for encoding sequences
Mitchell Hashimoto
2023-08-16
input: begin kitty key encoding logic (not working yet)
Mitchell Hashimoto
2023-08-16
input: do not send ctrl-sequences for ctrl-i,m,[
Mitchell Hashimoto
2023-08-16
input: clarify why we use all mods for unicode CSI u
Mitchell Hashimoto
2023-08-16
input: CSI u encoding for modified unicode chars
Mitchell Hashimoto
2023-08-16
input: encoding should always write to the buf
Mitchell Hashimoto
2023-08-16
input: legacy encoding never emits sequence during dead key state
Mitchell Hashimoto
2023-08-16
core: start on key2Callback for the new callback that uses KeyEncoder
Mitchell Hashimoto
2023-08-16
input: legacy key encoding handles alt-as-esc for general utf8
Mitchell Hashimoto
2023-08-16
input: KeyEncoder handles the charCallback stuff now too
Mitchell Hashimoto
2023-08-16
input: KeyEncoder legacy encoding handles old keyCallback logic
Mitchell Hashimoto
2023-08-16
input: starting to work on KeyEncoder, got ctrl sequences
Mitchell Hashimoto
[prev]