mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-17 04:10:56 +01:00
22 lines
399 B
Markdown
22 lines
399 B
Markdown
|
# 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
|