diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index 8a696ec1..a4dbb0e5 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -2473,7 +2473,7 @@ GtkWidget *layout_ctrls(struct dlgparam *dp, struct Shortcuts *scs, #endif shortcut_add(scs, label, ctrl->listbox.shortcut, - SHORTCUT_FOCUS, w); + SHORTCUT_UCTRL, uc); container = columns_new(4); if (ctrl->listbox.percentwidth == 100) {