mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-09-14 06:22:03 +02:00
sway: use umlauts instead of compose key
This commit is contained in:
parent
808243babc
commit
6c5e0d3ebe
3 changed files with 19 additions and 2 deletions
15
sway/xkb_gb_umlauts
Normal file
15
sway/xkb_gb_umlauts
Normal file
|
@ -0,0 +1,15 @@
|
|||
default partial alphanumeric_keys
|
||||
xkb_symbols "basic" {
|
||||
// define a base layout to inherit
|
||||
include "gb"
|
||||
|
||||
// AltGr + a → ä / Ä
|
||||
key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
|
||||
// AltGr + o → ö / Ö
|
||||
key <AD09> { [ o, O, odiaeresis, Odiaeresis ] };
|
||||
// AltGr + u → ü / Ü
|
||||
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
|
||||
|
||||
// AltGr + e → €
|
||||
key <AD03> { [ e, E, EuroSign, EuroSign ] };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue