9a43c92
--- a/libnemo-private/nemo-icon-container.c
9a43c92
+++ b/libnemo-private/nemo-icon-container.c
9a43c92
@@ -4256,7 +4256,7 @@
9a43c92
 	/* We pass the event to the search_entry.  If its text changes, then we
9a43c92
 	 * start the typeahead find capabilities.
9a43c92
 	 * Copied from NemoIconContainer */
9a43c92
-	if (!handled &&
9a43c92
+	if (!handled && !nemo_icon_container_get_is_desktop (container) &&
9a43c92
 		event->keyval != GDK_KEY_asciitilde &&
9a43c92
 		event->keyval != GDK_KEY_KP_Divide &&
9a43c92
 	    event->keyval != GDK_KEY_slash /* don't steal slash key events, used for "go to" */ &&
9a43c92