forked from AuroraMiddleware/gtk
file chooser: Open location entry on '.'
Typing ./ is a fairly common practice to enter a location relative to the cwd, so make this open the location entry.
This commit is contained in:
parent
a3470521ae
commit
5825965027
@ -1217,6 +1217,7 @@ browse_files_key_press_event_cb (GtkWidget *widget,
|
||||
|
||||
if ((event->keyval == GDK_KEY_slash
|
||||
|| event->keyval == GDK_KEY_KP_Divide
|
||||
|| event->keyval == GDK_KEY_period
|
||||
#ifdef G_OS_UNIX
|
||||
|| event->keyval == GDK_KEY_asciitilde
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user