blob: 23edd64955ace18f6be8eab359159557d6005790 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// https://xkbcommon.org/doc/current/md_doc_user_configuration.html
// https://wiki.archlinux.org/title/X_keyboard_extension
xkb_symbols "intl_tr" {
key <AC05> { [ g , G , dead_breve ] } ;
key <AB09> { [ period , greater , dead_abovedot ] } ;
key <AC02> { [ s , S , ssharp , dead_cedilla ] } ;
include "level3(ralt_switch)"
};
|