We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5d340 commit c33458fCopy full SHA for c33458f
plugins/media-keys/test-media-window.c
@@ -93,6 +93,20 @@ update_state (GtkWidget *window)
93
"gpm-brightness-lcd",
94
TRUE);
95
96
+ gtk_widget_show (window);
97
+ break;
98
+ case 8:
99
+ msd_media_keys_window_set_action_custom (MSD_MEDIA_KEYS_WINDOW (window),
100
+ "touchpad-disabled",
101
+ FALSE);
102
+
103
104
105
+ case 9:
106
107
+ "input-touchpad",
108
109
110
gtk_widget_show (window);
111
break;
112
default:
0 commit comments