First working elements of the xkb layout configuration in the keyboard capplet
This commit is contained in:
parent
2c669cae7e
commit
3cd10b9aa0
6 changed files with 1088 additions and 3 deletions
|
@ -38,6 +38,8 @@
|
|||
#include "capplet-stock-icons.h"
|
||||
#include <../accessibility/keyboard/accessibility-keyboard.h>
|
||||
|
||||
#include "gnome-keyboard-properties-xkb.h"
|
||||
|
||||
enum
|
||||
{
|
||||
RESPONSE_APPLY = 1,
|
||||
|
@ -164,6 +166,8 @@ setup_dialog (GladeXML *dialog,
|
|||
gconf_peditor_new_boolean
|
||||
(changeset, "/desktop/gnome/typing_break/allow_postpone", WID ("break_postponement_toggle"), NULL);
|
||||
g_signal_connect (G_OBJECT (WID ("keyboard_dialog")), "response", (GCallback) dialog_response, changeset);
|
||||
|
||||
setup_xkb_tabs(dialog,changeset);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue