Skip to content

Commit

Permalink
remove use-kitty-keyboard-protocol from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 15, 2025
1 parent 7c977e0 commit cfafd5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/docs/config/keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ title: 'keyboard'
language: 'en'
---

- `use-kitty-keyboard-protocol` - Enable Kitty Keyboard protocol

- `disable-ctlseqs-alt` - Disable ctlseqs with ALT keys
- Useful for example if you would like Rio to replicate Terminal.app, since it does not deal with ctlseqs with ALT keys

Example:

```toml
[keyboard]
use-kitty-keyboard-protocol = false
disable-ctlseqs-alt = false
```

0 comments on commit cfafd5c

Please sign in to comment.