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:
Rui Matos 2014-07-20 19:26:38 +02:00
parent 4ad8e2e85e
commit 509bf4b5d0

View file

@ -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
}; };