right-ctrl key not working

Hi,

I’m using Opensuse Tumbleweed and attempting to run a windows ISPF editor program with WINE. It run but it uses the Right-Ctrl key to use as the enter key. With Opensuse this key doesn’t appear to do anything.

I installed the program “xev” and ran it to test the Right-Ctrl key. The following is the output from xev.

KeyRelease event, serial 41, synthetic NO, window 0x4400001,
    root 0x175, subw 0x0, time 20029993, (-75,1046), root:(911,1069),
    state 0x14, keycode 105 (keysym 0xffe4, Control_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 41, synthetic NO, window 0x4400001,
    root 0x175, subw 0x0, time 20035001, (-75,1046), root:(911,1069),
    state 0x10, keycode 105 (keysym 0xffe4, Control_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

I ran a similar test in Windows 7 to see what the Right-Ctrl key returns. It returns an x’11’ for the windows keycode and a x’1d’ for the bios key code.

could someone tell me how i could get Opensuse to return a x’11’ when the Right-Ctrl key is pressed ?

This is a program that I need to be able to run in order to move off windows.

        Thanks,