Skip to content

How to remap the co-pilot key? #212

@yannxaver

Description

@yannxaver

Since we are blessed with the co-pilot key on new laptops, I've been trying to remap it with KeyMapper.

keymapper next key info

key_name = 'MetaLeft'
scan_code = 0x007D
system = 'Linux'

xev

KeyPress event, serial 34, synthetic NO, window 0x5400001,
    root 0x4e0, subw 0x0, time 2266161, (42,552), root:(1548,611),
    state 0x0, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 34, synthetic NO, window 0x5400001,
    root 0x4e0, subw 0x0, time 2266161, (42,552), root:(1548,611),
    state 0x40, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x5400001,
    root 0x4e0, subw 0x0, time 2266225, (42,552), root:(1548,611),
    state 0x41, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x5400001,
    root 0x4e0, subw 0x0, time 2266228, (42,552), root:(1548,611),
    state 0x40, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

attempts

(Shift){Meta} >> foo
(ShiftLeft){MetaLeft} >> foo

Both attempts didn't work. Has anyone remapped this key successfully using KeyMapper?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions