mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[keyboard] Add Austrian keyboard layout
- Map xkb 'at' to 'de' on the text console - Thanks Philip Mueller, Kevin Kofler FIXES #1035
This commit is contained in:
parent
d752223d0b
commit
3ab891793a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
# This is the version from 534644b7be7b240eb0fbbe06e20cbecbe8206767,
|
||||
# committed 2015-01-22 01:07:24 .
|
||||
#
|
||||
# Updates:
|
||||
# - 2018-09-26 Added "Austrian" keyboard (de at). Issue #1035
|
||||
#
|
||||
# Generated from system-config-keyboard's model list
|
||||
# consolelayout xlayout xmodel xvariant xoptions
|
||||
sg ch pc105 de_nodeadkeys terminate:ctrl_alt_bksp
|
||||
|
@ -15,6 +18,7 @@ trq tr pc105 - terminate:ctrl_alt_bksp
|
|||
uk gb pc105 - terminate:ctrl_alt_bksp
|
||||
is-latin1 is pc105 - terminate:ctrl_alt_bksp
|
||||
de de pc105 - terminate:ctrl_alt_bksp
|
||||
de at pc105 - terminate:ctrl_alt_bksp
|
||||
la-latin1 latam pc105 - terminate:ctrl_alt_bksp
|
||||
us us pc105+inet - terminate:ctrl_alt_bksp
|
||||
ko kr pc105 - terminate:ctrl_alt_bksp
|
||||
|
|
Loading…
Add table
Reference in a new issue