meta: Remove keystrings

As far as I can tell, dual-function-keys also works in a tty, so
keystrings is no longer necessary, and you don't have to worry about
making sure that loadkeys is ran either.
This commit is contained in:
Donovan Glover 2022-09-28 12:55:23 -04:00
parent 19efc3f94c
commit 433d335c36
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 23 deletions

View File

@ -1,2 +0,0 @@
keycode 1 = Caps_Lock
keycode 58 = Escape

View File

@ -1,21 +0,0 @@
# keystrings
[keystrings][keystrings] is a configuration file for the console.
## Use Cases
keystrings can be used to:
- Make caps lock function as escape in ttys
You should not use keystrings if:
- You aren't editing in virtual consoles
## Usage
```shell
sudo loadkeys ~/.keystrings
```
[keystrings]: https://unix.stackexchange.com/questions/266817/how-to-reverse-esc-and-caps-lock-on-tty