[Bug 273742] x11/xfce4-terminal: menu hotkey always active

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 Sep 2023 13:34:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273742

            Bug ID: 273742
           Summary: x11/xfce4-terminal: menu hotkey always active
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: xfce@FreeBSD.org
          Reporter: vsasjason@gmail.com
             Flags: maintainer-feedback?(xfce@FreeBSD.org)
          Assignee: xfce@FreeBSD.org

It appears that "Disable menu hotkey" option doesn't work:
jason@jnb: [?:0] ~ $ xfconf-query -c xfce4-terminal -p /shortcuts-no-menukey
true

More of that, removing F10 assignment from hotkeys list doesn't help either:
jason@jnb: [?:0] ~ $ grep -i menu ~/.config/xfce4/terminal/accels.scm 
; (gtk_accel_path "<Actions>/terminal-window/help-menu" "")
; (gtk_accel_path "<Actions>/terminal-window/tabs-menu" "")
; (gtk_accel_path "<Actions>/terminal-window/edit-menu" "")
(gtk_accel_path "<Actions>/terminal-window/toggle-menubar" "")
; (gtk_accel_path "<Actions>/terminal-window/show-menubar" "")
; (gtk_accel_path "<Actions>/terminal-window/file-menu" "")
; (gtk_accel_path "<Actions>/terminal-window/terminal-menu" "")
; (gtk_accel_path "<Actions>/terminal-window/zoom-menu" "")
; (gtk_accel_path "<Actions>/terminal-window/view-menu" "")
jason@jnb: [?:0] ~ $

Unfortunately, I totally have no idea what else I can do to stop Terminal
opening menu on F10...

-- 
You are receiving this mail because:
You are the assignee for the bug.