You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
530 B
13 lines
530 B
6 years ago
|
--- a/libnemo-private/nemo-icon-container.c
|
||
|
+++ b/libnemo-private/nemo-icon-container.c
|
||
|
@@ -4256,7 +4256,7 @@
|
||
|
/* We pass the event to the search_entry. If its text changes, then we
|
||
|
* start the typeahead find capabilities.
|
||
|
* Copied from NemoIconContainer */
|
||
|
- if (!handled &&
|
||
|
+ if (!handled && !nemo_icon_container_get_is_desktop (container) &&
|
||
|
event->keyval != GDK_KEY_asciitilde &&
|
||
|
event->keyval != GDK_KEY_KP_Divide &&
|
||
|
event->keyval != GDK_KEY_slash /* don't steal slash key events, used for "go to" */ &&
|
||
|
|