F10 button brings up right click menu

Asked by Peter B. Jørgensen

Hey.
After reinstalling Arch linux with xfce4 I got this problem: When I press
F10 in the terminator terminal (e.g. when trying to close htop)
it brings up the right click menu, which is rather annoying,
when I also got the 'hide on lose focus' feature enabled.
I can't see any F10 shortcut in the terminator keybindings
pane. Any idea, what is wrong?

Question information

Language:
English Edit question
Status:
Expired
For:
Terminator Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Peter B. Jørgensen (peterbjorgensen) said :
#2

How do I reopen a bug

Revision history for this message
Sniper47 (sniper47-47) said :
#3

I have same problem in Openbox (ArchLinux).

Revision history for this message
brute (pit-brute) said :
#4

The same problem and I have a Gentoo

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Peter B. Jørgensen (peterbjorgensen) said :
#6

Bump

Revision history for this message
Zoltán Tősér (zozi56) said :
#7

I would also like to know how to solve this.

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Peter B. Jørgensen (peterbjorgensen) said :
#9

I found a solution here:
https://bbs.archlinux.org/viewtopic.php?id=129872

You need to put:

binding "NoKeyboardNavigation" {
        unbind "<shift>F10"
}

class "*" binding "NoKeyboardNavigation"

in your ~/.gtkrc-2.0

It seems to be a bug related to gtk and xkeyboard-config

Revision history for this message
Chris Bainbridge (chris-bainbridge) said :
#10
Revision history for this message
Massimo (massimo-b) said :
#11

@peterbjorgensen: That work-around works, helped me a lot. My F10 does :qa! for vim.
As of 2013 this still seems to be a bug in gtk. Isn't there some upstream bugreport beside ubuntu and archlinux?

Revision history for this message
1x6PY78 (1x6py78) said :
#12

Yes, for gtk3 it was reported upstream:

https://bugzilla.gnome.org/show_bug.cgi?id=661973