aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/input
Commit message (Expand)AuthorAge
* Add option to drain PTY on shutdownAndrew Borg (Kashin)2025-01-16
* Fix report of Enter/Tab/Backspace in kitty keyboardKirill Chibisov2025-01-04
* Don't switch semantic/line selection when control is pressedKirill Chibisov2024-12-29
* Always explicitly emit `1` without modifiers in kitty encodingKirill Chibisov2024-12-20
* Fix racing condition in hint triggeringChristian Duerr2024-11-02
* Add IME support to inline searchChristian Duerr2024-10-15
* Unify string formattingHamir Mahal2024-07-24
* Bump dependenciesKirill Chibisov2024-07-17
* Fix spelling errorsJosh Soref2024-05-24
* Fix Kitty protocol reporting shifted keycodesjadedpasta2024-05-23
* Fix mouse mode bindings with multiple actionsEBADBEEF2024-05-16
* Bump winit to 0.30.0Kirill Chibisov2024-05-04
* Fix crash when trying to open a new tab on macOSWilliam Viktorsson2024-04-20
* Send ESC with Alt for unicode inputKirill Chibisov2024-03-24
* Fix kitty encoding used for char input without textKirill Chibisov2024-03-21
* Fix clippy warningsChristian Duerr2024-02-14
* Don't use kitty sequences outside protocolKirill Chibisov2024-01-31
* Don't report associated text only for C0/C1Kirill Chibisov2024-01-27
* Allow specifying all config keys on all platformsChristian Duerr2024-01-24
* Reduce allocations during keyboard inputChristian Duerr2024-01-09
* Send associated text for shifted numbers with kittyKirill Chibisov2023-12-30
* Fix inability to bind `Alt+Control` on WindowsKirill Chibisov2023-12-30
* Use pre-composed key for `Alt` bindings on macOSKirill Chibisov2023-12-30
* Apply modifiers before presses in kitty protocolKirill Chibisov2023-12-25
* Account for option_as_alt when doing kitty protocolKirill Chibisov2023-12-20
* Bump crossfont to 0.7.0Kirill Chibisov2023-12-14
* Don't emit text for NamedKey without text reprKirill Chibisov2023-12-08
* Fix trigger of normal bindings in mouse modeKirill Chibisov2023-12-08
* Update to crossfont 0.6.0Kirill Chibisov2023-12-08
* Implement kitty's keyboard protocolKirill Chibisov2023-12-06