Merge lp:~png2378/switchboard-plug-keyboard/fix-1597871 into lp:~elementary-pantheon/switchboard-plug-keyboard/trunk

Proposed by Maxim Taranov
Status: Merged
Approved by: Cody Garver
Approved revision: 437
Merged at revision: 438
Proposed branch: lp:~png2378/switchboard-plug-keyboard/fix-1597871
Merge into: lp:~elementary-pantheon/switchboard-plug-keyboard/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/Pages/layout.vala (+1/-1)
To merge this branch: bzr merge lp:~png2378/switchboard-plug-keyboard/fix-1597871
Reviewer Review Type Date Requested Status
Santiago (community) Approve
Review via email: mp+298850@code.launchpad.net

Commit message

Blank default for layout switching

To post a comment you must log in.
Revision history for this message
Santiago (santileortiz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Pages/layout.vala'
2--- src/Pages/layout.vala 2016-06-28 23:03:04 +0000
3+++ src/Pages/layout.vala 2016-06-30 23:31:42 +0000
4@@ -122,7 +122,7 @@
5 modifier.append_xkb_option ("grp:ctrl_shift_toggle", _("Ctrl + Shift"));
6 modifier.append_xkb_option ("grp:shift_caps_toggle", _("Shift + Caps Lock"));
7
8- modifier.set_default_command ("grp:alt_space_toggle");
9+ modifier.set_default_command ("");
10 settings.add_xkb_modifier (modifier);
11
12 new_combo_box (this, modifier, 0, 2);

Subscribers

People subscribed via source and target branches

to all changes: