You are not logged in.
Pages: 1
Hi,
I've uncommented delete-line in ~/.config/Mousepad/accels.scm which is primaty+shift+D but this combo brings up the GTK inspector.
Any way of changing the shortcut for the inspector to "free" it up for MP?.
Thanks
Offline
Any way of changing the shortcut for the inspector to "free" it up for MP?.
No way apart from modifying gtk/gtkwindow.c:1259:
gtk_binding_entry_add_signal (binding_set, GDK_KEY_D, GDK_CONTROL_MASK|GDK_SHIFT_MASK,
Or disable the keybindings, if you don't use GtkInspector often:
gsettings set org.gtk.Settings.Debug enable-inspector-keybinding false
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
Thanks.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 521.88 KiB (Peak: 530.59 KiB) ]