Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-07-28 04:30:55

FrElvire
Member
Registered: 2021-07-28
Posts: 1

[applicaion shortcut] Fail to associate to a key (Fn+F6)

Hello,

On a laptop Fn+F6 key is assigned to touchpad toogle (works on windows), I add a script to toggle touchpad but when I want to assign Fn+F6 to this script it doesn't work (it works with another keys).

In application shortcuts when typing Fn+F6, it detect : Ctrl+Super

but the shortcut doesn't work.

xev output :

KeyPress event, serial 37, synthetic NO, window 0x5600001,
    root 0x74c, subw 0x0, time 1896695, (166,-14), root:(1357,709),
    state 0x0, keycode 105 (keysym 0xffe4, Control_R), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x5600001,
    root 0x74c, subw 0x0, time 1896701, (166,-14), root:(1357,709),
    state 0x4, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x5600001,
    root 0x74c, subw 0x0, time 1896703, (166,-14), root:(1357,709),
    state 0x44, keycode 93 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x5600001,
    root 0x74c, subw 0x0, time 1896771, (166,-14), root:(1357,709),
    state 0x44, keycode 93 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x5600001,
    root 0x74c, subw 0x0, time 1896779, (166,-14), root:(1357,709),
    state 0x44, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x5600001,
    root 0x74c, subw 0x0, time 1896786, (166,-14), root:(1357,709),
    state 0x4, keycode 105 (keysym 0xffe4, Control_R), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False	

evtest output :

Event: time 1626615030.981311, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1626615030.981311, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 1
Event: time 1626615030.981311, -------------- SYN_REPORT ------------
Event: time 1626615030.987399, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1626615030.987399, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 1
Event: time 1626615030.987399, -------------- SYN_REPORT ------------
Event: time 1626615030.989657, type 4 (EV_MSC), code 4 (MSC_SCAN), value 76
Event: time 1626615030.989657, type 1 (EV_KEY), code 85 (KEY_ZENKAKUHANKAKU), value 1
Event: time 1626615030.989657, -------------- SYN_REPORT ------------
Event: time 1626615031.062900, type 4 (EV_MSC), code 4 (MSC_SCAN), value 76
Event: time 1626615031.062900, type 1 (EV_KEY), code 85 (KEY_ZENKAKUHANKAKU), value 0
Event: time 1626615031.062900, -------------- SYN_REPORT ------------
Event: time 1626615031.071331, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1626615031.071331, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 0
Event: time 1626615031.071331, -------------- SYN_REPORT ------------
Event: time 1626615031.077994, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1626615031.077994, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 0
Event: time 1626615031.077994, -------------- SYN_REPORT ------------

Do you have any idea how can I map Fn+F6 to my script to toogle touchpad ?

Thanks by advance

Offline

Board footer

Powered by FluxBB