You are not logged in.
Pages: 1
Here's what I've tried so far:
1) In the XFce settings-manager there are two places where you can map keys - "window manager" and "keyboard". Neither one lists a mapping for F10.
2) Per a doc on the web, I created .config/gtk-3.0/gtk.css and put the following into it, but no luck
@binding-set NoKeyboardNavigation {
unbind “F10″
}
* {
gtk-key-bindings: NoKeyboardNavigation
}
Offline
Apologies, your forum software messed up my post. Here's the part that got lost:
OS: Fedora 18
Window manager: XFce 4.10
I'm using the Dell iDRAC6 console (Java goo) to manage a Dell R910. I'm supposed to be able to get into the BIOS on the R910 if I hit F10 at the right time in the boot process. Unfortunately, the window manager catches the key-press and displays the application file-menu instead. How do I get xfce to pass that keystroke through to the application?
Offline
Having spent some time investigating this, it looks like F10 is now hard-coded in GTK to bring up the menu and cannot be bypassed. It looks like at one point in time you could bypass it, but that functionality has been removed.
Not sure what "Java goo" is (java gui?), but perhaps there is a way through there to map another keystroke to send F10?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Clearing MenuBarAccel works in XFCE 4.10. Use xfce Settings Editor, xsetting->Gtk->MenuBarAccel setting.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 520.87 KiB (Peak: 521.71 KiB) ]