अपने थिंकपैड लैपटॉप पर मैं आसानी से बैक / फॉरवर्ड कीज़ को कुछ और में बदल सकता हूं (मैं आमतौर पर उन्हें पेजडाउन / पेजअप में मैप करता हूं), क्योंकि उनके पास अपना कीकोड (166 और 167) है:
xmodmap -e 'keycode 166=Prior'
xmodmap -e 'keycode 167=Next'
हालाँकि, मेरे थिंकपैड USB कीबोर्ड पर, बैक / फॉरवर्ड कीज़ को क्रमशः Alt + Left और Alt + Right के लिए हार्ड-मैप किया गया लगता है, इसलिए मैं उन्हें रीमैप करने के लिए xmodmap का उपयोग नहीं कर सकता। क्या कोई और तरीका है जिससे मैं उन्हें फिर से तैयार कर सकता हूं? मैं पहले से ही xautomation की कोशिश कर चुका हूं, लेकिन यह काम नहीं किया।
जब मैं फॉरवर्ड कुंजी दबाता हूं तो यह 'xev' दिखाता है:
KeyPress event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023191, (16,-20), root:(641,33),
state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023191, (16,-20), root:(641,33),
state 0x8, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023271, (16,-20), root:(641,33),
state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023271, (16,-20), root:(641,33),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False