home/dconf: better caps lock handling
This commit is contained in:
parent
2876e37e8e
commit
bc5de577fa
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue