mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 02:49:28 +01:00
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:
parent
19efc3f94c
commit
433d335c36
@ -1,2 +0,0 @@
|
||||
keycode 1 = Caps_Lock
|
||||
keycode 58 = Escape
|
@ -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
|
Loading…
Reference in New Issue
Block a user