File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,9 @@ bitflags! {
256
256
/// Add extra events with [`KeyEvent.kind`] set to [`KeyEventKind::Repeat`] or
257
257
/// [`KeyEventKind::Release`] when keys are autorepeated or released.
258
258
const REPORT_EVENT_TYPES = 0b0000_0010 ;
259
- // Send [alternate keycodes](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#key-codes)
260
- // in addition to the base keycode. The alternate keycode overrides the base keycode in
261
- // resulting `KeyEvent`s.
259
+ /// Send [alternate keycodes](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#key-codes)
260
+ /// in addition to the base keycode. The alternate keycode overrides the base keycode in
261
+ /// resulting `KeyEvent`s.
262
262
const REPORT_ALTERNATE_KEYS = 0b0000_0100 ;
263
263
/// Represent all keyboard events as CSI-u sequences. This is required to get repeat/release
264
264
/// events for plain-text keys.
@@ -444,6 +444,7 @@ impl Command for DisableBracketedPaste {
444
444
/// * [kitty terminal](https://sw.kovidgoyal.net/kitty/)
445
445
/// * [foot terminal](https://codeberg.org/dnkl/foot/issues/319)
446
446
/// * [WezTerm terminal](https://wezfurlong.org/wezterm/config/lua/config/enable_kitty_keyboard.html)
447
+ /// * [alacritty terminal](https://github.com/alacritty/alacritty/issues/6378)
447
448
/// * [notcurses library](https://github.com/dankamongmen/notcurses/issues/2131)
448
449
/// * [neovim text editor](https://github.com/neovim/neovim/pull/18181)
449
450
/// * [kakoune text editor](https://github.com/mawww/kakoune/issues/4103)
You can’t perform that action at this time.
0 commit comments