Skip to content
Snippets Groups Projects
  • Jan Kiszka's avatar
    d7d32c81
    HID: Refactor MS Presenter 8K key mapping · d7d32c81
    Jan Kiszka authored
    
    Following the suggestion of Jonas, this patch maps the special keys of
    the MS Presenter 8000 to targets that should allow for better re-mapping
    according to individual use cases (i.e. I avoided hard-wiring to
    standard keys). This time I also included the last missing key event
    (switching back from presentation mode).
    
    The optimal Xmodmap customization for using the Presenter with
    OpenOffice now looks like this for me:
    
    keycode 175 = Escape
    keycode 179 = F5
    keysym XF86Forward = Right
    keysym XF86Back = Left
    
    Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
    d7d32c81
    History
    HID: Refactor MS Presenter 8K key mapping
    Jan Kiszka authored
    
    Following the suggestion of Jonas, this patch maps the special keys of
    the MS Presenter 8000 to targets that should allow for better re-mapping
    according to individual use cases (i.e. I avoided hard-wiring to
    standard keys). This time I also included the last missing key event
    (switching back from presentation mode).
    
    The optimal Xmodmap customization for using the Presenter with
    OpenOffice now looks like this for me:
    
    keycode 175 = Escape
    keycode 179 = F5
    keysym XF86Forward = Right
    keysym XF86Back = Left
    
    Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>