gnome-control-center/panels/keyboard
Christophe Fergeau 2dbcb26f16 keyboard: Use NULL rather than "" to disable keybindings
When disabling a keybinding, we set its value to { "", NULL } in gsettings
(bindings are stored as arrays of strings).
However, when a binding is disabled by default, its value is set to {
NULL }, not to the empty string.

The use of "" dates back to gconf where I think NULL was not a valid
value. Now that we have switched to gsettings, we can use NULL rather
than an artificial "".

https://bugzilla.gnome.org/show_bug.cgi?id=732383
2014-08-17 20:16:27 +02:00
..
00-multimedia.xml.in keyboard: Use GSettings for those shortcuts 2011-02-16 18:00:38 +00:00
01-input-sources.xml.in keyboard: Add 'reverse' metadata to switch-input-source shortcuts 2014-08-17 20:16:26 +02:00
01-launchers.xml.in Add shortcut to launch gnome-control-center 2014-06-13 15:09:03 +02:00
01-screenshot.xml.in keyboard: Add a screencast shortcut entry 2013-08-14 21:00:41 -04:00
01-system.xml.in keyboard: Use GSettings for those shortcuts 2011-02-16 18:00:38 +00:00
50-accessibility.xml.in keyboard: Rename a11y keyboard shortcuts 2011-11-09 00:04:50 +00:00
cc-keyboard-item.c keyboard: Add support for hidden keybinding XML data 2014-08-17 20:16:27 +02:00
cc-keyboard-item.h keyboard: Add support for hidden keybinding XML data 2014-08-17 20:16:27 +02:00
cc-keyboard-option.c keyboard: Add "print screen" and "scroll lock" to compose key options 2014-07-21 11:22:26 +02:00
cc-keyboard-option.h keyboard: Add common XKB options to the Typing shortcuts section 2012-08-20 18:51:39 +02:00
cc-keyboard-panel.c Updated FSF's address 2014-01-29 11:27:38 +01:00
cc-keyboard-panel.h Updated FSF's address 2014-01-29 11:27:38 +01:00
gnome-keybindings.pc.in [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00
gnome-keyboard-panel.desktop.in.in Add NoDisplay to all gnome-control-center panel .desktop files 2013-11-15 08:44:53 -05:00
gnome-keyboard-panel.h panels: Update for Shell API changes 2011-11-07 18:03:14 +00:00
gnome-keyboard-panel.ui keyboard: Port shortcuts tab to GtkGrid 2014-08-15 14:45:31 +02:00
keyboard-general.c keyboard: Port typing tab to GtkGrid 2014-08-15 14:45:31 +02:00
keyboard-general.h Updated FSF's address 2014-01-29 11:27:38 +01:00
keyboard-shortcuts.c keyboard: Use NULL rather than "" to disable keybindings 2014-08-17 20:16:27 +02:00
keyboard-shortcuts.h Updated FSF's address 2014-01-29 11:27:38 +01:00
keyboard.gresource.xml keyboard: use a GResource for GtkBuilder UI definition 2013-01-07 10:57:05 +01:00
Makefile.am keyboard: Use AM_CPPFLAGS rather than INCLUDES 2014-06-25 12:28:18 +02:00
wm-common.c [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00
wm-common.h [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00