You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, September 9th 2006, 10:58am

Shift+F12 not working

Hi all, I hope someone here can help because this is the third place I'm trying, so far noone has been able to solve this.

I recently installed Kubuntu and I'm very pleased with it. However, I have one issue that bothers me. I need to use Shift+F12 in my Java IDE quite a lot, but this key combination doesn't work anymore. When I first realised this I searched through the configuration and found a binding for Shift+F12, which I promptly deleted. But this didn't help. I then tried running xev, and the output when pressing Shift+F12 is as follows:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
KeyPress event, serial 31, synthetic NO, window 0x4600001,
    root 0x4c, subw 0x0, time 1662652130, (153,42), root:(1251,837),
    state 0x2010, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

FocusOut event, serial 31, synthetic NO, window 0x4600001,
    mode NotifyGrab, detail NotifyAncestor

FocusOut event, serial 31, synthetic NO, window 0x4600001,
    mode NotifyUngrab, detail NotifyPointer

FocusIn event, serial 31, synthetic NO, window 0x4600001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 31, synthetic NO, window 0x0,
    keys:  2   0   0   0   0   0   4   0   0   0   0   0   1   0   0
0
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
0

KeyRelease event, serial 31, synthetic NO, window 0x4600001,
    root 0x4c, subw 0x0, time 1662652530, (153,42), root:(1251,837),
    state 0x2011, keycode 96 (keysym 0xffc9, F12), same_screen YES,
    XLookupString gives 0 bytes:

KeyRelease event, serial 31, synthetic NO, window 0x4600001,
    root 0x4c, subw 0x0, time 1662657706, (153,42), root:(1251,837),
    state 0x2011, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:


As you can see, the F12 keypress seems to just disappear and turn into that strange KeyMapNotify event. Today I also discovered that the same goes for Ctrl+F12, but not for Shift+Ctrl+F12.

This is really annoying as I use both combinations *very* frequently when writing Java code. Which I do 8 hours a day.

Hope someone can help.