Readme : Add keyboard layouts.
This commit is contained in:
parent
4ed143d36c
commit
a8add06126
49
Readme.md
49
Readme.md
|
@ -52,3 +52,52 @@ Start from the [Flake](flake.nix) file and follow the comments. If you have any
|
||||||
## WIP: Configuration highlights.
|
## WIP: Configuration highlights.
|
||||||
|
|
||||||
* [Keyd](module/common/Keyd.nix) allows you to have QMK-like keyboard remaps. Killer-feature is the ability to have remaps per-application. I have pretty common remaps like CapsLock to Ctrl/Esc combo, Right Shift to Backspace, Backspace to Delete and overlays for System/Windows/Media/Application controls as well as Macros.
|
* [Keyd](module/common/Keyd.nix) allows you to have QMK-like keyboard remaps. Killer-feature is the ability to have remaps per-application. I have pretty common remaps like CapsLock to Ctrl/Esc combo, Right Shift to Backspace, Backspace to Delete and overlays for System/Windows/Media/Application controls as well as Macros.
|
||||||
|
|
||||||
|
## Keyboard layouts.
|
||||||
|
|
||||||
|
Yellow are modifier keys, they toggle layers when pressed. Green ones are just modified keys.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Default</summary>
|
||||||
|
<img src="https://i.imgur.com/MBb23eB.png" />
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Alternative Keys</summary>
|
||||||
|
<img src="https://i.imgur.com/X9CGhLb.png" />
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>WM keys</summary>
|
||||||
|
Sway:
|
||||||
|
<img src="https://i.imgur.com/rr9OZ64.png" />
|
||||||
|
Gnome:
|
||||||
|
<img src="https://i.imgur.com/TrqC5jt.png" />
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Per-application controls</summary>
|
||||||
|
Firefox:
|
||||||
|
<img src="https://i.imgur.com/GI0apoV.png" />
|
||||||
|
Jetbrains:
|
||||||
|
<img src="https://i.imgur.com/scijaJI.png" />
|
||||||
|
Tmux:
|
||||||
|
<img src="https://i.imgur.com/Soo85vk.png" />
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Extra numbers</summary>
|
||||||
|
<img src="https://i.imgur.com/PW5eGSF.png" />
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Media Controls</summary>
|
||||||
|
<img src="https://i.imgur.com/p9trGMi.png" />
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>System controls (Sway)</summary>
|
||||||
|
<img src="https://i.imgur.com/rBFA2Xu.png" />
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue