We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12832b3 commit 33fab16Copy full SHA for 33fab16
src/nemo-window.c
@@ -1194,7 +1194,7 @@ nemo_window_key_press_event (GtkWidget *widget,
1194
return FALSE;
1195
}
1196
1197
- if (view != NULL && nemo_view_get_is_renaming (view)) {
+ if (view != NULL && nemo_view_get_is_renaming (view) && event->keyval != GDK_KEY_F2) {
1198
/* if we're renaming, just forward the event to the
1199
* focused widget and return. We don't want to process the window
1200
* accelerator bindings, as they might conflict with the
0 commit comments