summaryrefslogtreecommitdiff
path: root/panels/keyboard/keyboard.gresource.xml
Commit message (Collapse)AuthorAgeFilesLines
* keyboard: Add "Alternate Characters Key" configurationBastien Nocera2019-11-111-0/+1
| | | | | | | | | | | This adds an entry to select the "Level 3" selection key, which is usually Right Alt (or Alt-Gr on a majority of keyboards). Mockups at [1]. However, we replaced the "Left Ctrl" key option with a "Menu key" option, as "Left Ctrl" isn't a possible XKB option for the level3 key. [1] https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/keyboard/keyboard-wires.png
* keyboard: Make .ui filename match the .c filenameRobert Ancell2019-09-091-2/+2
|
* keyboard: Make .ui filename match the .c filenameRobert Ancell2018-11-121-1/+1
|
* keyboard: add enter-new-shortcut assetGeorges Basile Stavracas Neto2016-09-081-0/+1
| | | | | | | This is a stub icon shown whenever we want to tell the user to start typing the new shortcut. https://bugzilla.gnome.org/show_bug.cgi?id=769314
* keyboard: introduce CcKeyboardShortcutEditorGeorges Basile Stavracas Neto2016-07-291-0/+1
| | | | | | | | | | | | The current CcKeyboardPanel used to manage keyboard editing through GtkCellRendererAccel, which was replaced when we moved to use a GtkListBox. Because of that, the ability to edit shortcuts is now missing. Re-add shortcut editing capabilities through a new dialog, which is done according to the latest mockups available. https://bugzilla.gnome.org/show_bug.cgi?id=769063
* keyboard: use a GResource for GtkBuilder UI definitionCosimo Cecchi2013-01-071-0/+6
https://bugzilla.gnome.org/show_bug.cgi?id=691132