GNOME Bugzilla – Bug 678116
closing window which pops up when usb is connected
Last modified: 2013-08-30 11:09:06 UTC
Originally reported at https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/925340 I plug a phone via usb and a window pops up asking me what to do. ctrl+q should probably work same way as cancel button.
Created attachment 216454 [details] [review] autorun: cancel fallback autorun dialog on Ctrl+Q
Review of attachment 216454 [details] [review]: ::: plugins/automount/gsd-autorun.c @@ +599,3 @@ } + + if ((event->keyval == GDK_KEY_q) && ((event->state & GDK_CONTROL_MASK) != 0)) { That would make Ctrl+Alt+q work, but not Ctrl+Alt+Q (with Shift on, for example).
Automount is handled by gnome-shell.
I think we use notifications for hotplugged devices this now, so the problem shouldn't present itself. Let me know if I'm wrong.