Commit graph

17 commits

Author SHA1 Message Date
Robert Ancell
57975633e6 keyboard: Replace GObject boilerplace with G_DECLARE_TYPE 2018-05-29 15:44:19 +00:00
Robert Ancell
a90e13f12c keyboard: Use g_auto for variables 2018-05-29 10:35:14 +12:00
Bastien Nocera
3dafd78569 keyboard: Simplify keyboard option object creation
https://bugzilla.gnome.org/show_bug.cgi?id=771009
2018-01-18 11:09:18 -02:00
Rui Matos
509bf4b5d0 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
2014-07-21 11:22:26 +02:00
Rui Matos
e08e744578 keyboard: Whitelist a few more options for the 3rd level chooser
These work as good as the others since they're simple switches and it
seems that some users want them.

https://bugzilla.gnome.org/show_bug.cgi?id=724066
2014-02-11 10:56:56 +01:00
Rui Matos
5b98213b04 keyboard: Add the XKB option for the input source switch shortcut
Mutter now uses the "grp" XKB option to implement a special
modifiers-only shortcut use by gnome-shell to switch input sources.

https://bugzilla.gnome.org/show_bug.cgi?id=700346
2013-05-27 10:23:28 +02:00
Rui Matos
1f03f33230 Remove the input-source-switcher setting
Mutter now has a special modifiers-only shortcut used by gnome-shell
to switch input sources which no longer uses this setting.

This reverts commit ae3014ba3e.
This reverts commit 77b7569c3d.

https://bugzilla.gnome.org/show_bug.cgi?id=700346
2013-05-27 10:23:26 +02:00
Matthias Clasen
5c4872d77c Add translator comments to some strings
Explain what Alternative Character Key and Compose Key are,
to increase the chances of meaningful translation.
https://bugzilla.gnome.org/show_bug.cgi?id=697213
2013-05-18 18:06:00 -04:00
Rui Matos
0b7479572e Revert "Revert "Use a common definition for modifier-only keybindings array""
This reverts commit 34906dba27.
2013-05-13 16:26:01 +02:00
Rui Matos
6a523d096b Revert "Revert "Add the input-source-switcher to the shortcuts""
This reverts commit 971e6a81ae.
2013-05-13 16:25:54 +02:00
Rui Matos
7d5eed0404 Revert "wip"
This reverts commit 0a14e8216a.
2013-05-13 16:25:45 +02:00
Rui Matos
0a14e8216a wip 2013-05-13 16:22:00 +02:00
Rui Matos
971e6a81ae Revert "Add the input-source-switcher to the shortcuts"
This reverts commit 77b7569c3d.
2013-05-13 16:22:00 +02:00
Rui Matos
34906dba27 Revert "Use a common definition for modifier-only keybindings array"
This reverts commit ae3014ba3e.
2013-05-13 16:22:00 +02:00
Rui Matos
ae3014ba3e Use a common definition for modifier-only keybindings array 2013-02-19 12:25:56 +01:00
Matthias Clasen
77b7569c3d Add the input-source-switcher to the shortcuts
This setting was relegated to gnome-tweak-tool in 3.6 for timing
reasons, but it really belongs in the keyboard panel.
https://bugzilla.gnome.org/show_bug.cgi?id=687910
2013-01-14 06:12:54 -05:00
Rui Matos
978ab40f3e keyboard: Add common XKB options to the Typing shortcuts section
Both the compose key and the 3rd level chooser are common and useful
enough to expose in the control center.

Since these shortcuts are a small pre-defined set of only modifier
keys we present them in combo cell renderers.

https://bugzilla.gnome.org/show_bug.cgi?id=682069
2012-08-20 18:51:39 +02:00