XChangeDeviceKeyMapping (3) Linux Manual Page
XGetDeviceKeyMapping, XChangeDeviceKeyMapping – query or change device key mappings Synopsis#include <X11/extensions/XInput.h>KeySym *XGetDeviceKeyMapping( Display *display, XDevice *device, KeyCode first_keycode, int keycode_count, int *keysyms_per_keycode_return); display Specifies the connection to the X server.device Specifies the device whose key mapping is to be queried or modified.first_keycode Specifies the first KeyCode to be returned.keycode_count Specifies the number of KeyCodes to…
