keyboard: Add "print screen" and "scroll lock" to compose key options
These are reasonable enough that we don't have to hide them. https://bugzilla.gnome.org/show_bug.cgi?id=733400
This commit is contained in:
parent
4ad8e2e85e
commit
509bf4b5d0
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ static const gchar *xkb_option_comp_whitelist[] = {
|
||||||
"compose:lctrl",
|
"compose:lctrl",
|
||||||
"compose:rctrl",
|
"compose:rctrl",
|
||||||
"compose:caps",
|
"compose:caps",
|
||||||
|
"compose:prsc",
|
||||||
|
"compose:sclk",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue