mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 10:01:58 +00:00
Fixed keyboard mapping for mac keyboard
This commit is contained in:
+7
-2
@@ -127,10 +127,15 @@ bar {
|
||||
}
|
||||
}
|
||||
|
||||
input * {
|
||||
input type:keyboard {
|
||||
xkb_layout de
|
||||
xkb_variant nodeadkeys
|
||||
xkb_options altwin:swap_alt_win
|
||||
}
|
||||
|
||||
input "1452:641:Apple_SPI_Keyboard" {
|
||||
xkb_layout de
|
||||
xkb_variant nodeadkeys
|
||||
xkb_options altwin:swap_lalt_lwin
|
||||
}
|
||||
|
||||
input "1452:641:Apple_SPI_Trackpad" {
|
||||
|
||||
Reference in New Issue
Block a user