This commit is contained in:
2022-01-18 16:28:10 +01:00
parent 30d08edad9
commit 2411171084
5 changed files with 2 additions and 79 deletions

View File

@@ -0,0 +1,23 @@
---
title: "keyboard"
tags: [ "Documentation", "basics" ]
---
# Set Layout
Set layout to British English.
> setxkbmap -layout gb
Or Polish with:
> setxkbmap -layout pl
| Language | short |
|:--------|:------|
| Polish | pl |
| Serbian | rs |
Set 'alt + shift', as the command which cycles through the British English, Polish and Serbian keyboard layout.
> setxkbmap -layout gb,pl,rs -option grp:alt_shift_toggle

View File

@@ -1,16 +0,0 @@
---
title: "keymaps"
tags: [ "Documentation", "hardware" ]
---
Find easy-to-read keymapping lists in `/usr/share/X11/xkb/keycodes/symbols/pc`.
If this doesn't work, try keymaps.
Keymaps codes can be found in `/usr/share/X11/xkb/keycodes/evdev`.
Swap the numbers to swap symbols.
Check keymap with:
> setxkbmap -print -verbose 10