home/dconf: better caps lock handling

This commit is contained in:
Max Headroom 2022-09-24 13:43:37 +02:00
parent 2876e37e8e
commit bc5de577fa

View file

@ -52,4 +52,12 @@
executable-text-activation = "ask"; executable-text-activation = "ask";
show-create-link = true; show-create-link = true;
}; };
"/org/gnome/desktop/input-sources" = {
xkb-options = [
"terminate:ctrl_alt_bksp"
"lv3:ralt_switch"
"shift:both_capslock_cancel"
"caps:ctrl_modifier"
];
};
} }