Searched refs:swap_fn_leftctrl (Results 1 – 1 of 1) sorted by relevance
54 static unsigned int swap_fn_leftctrl; variable55 module_param(swap_fn_leftctrl, uint, 0644);56 MODULE_PARM_DESC(swap_fn_leftctrl, "Swap the Fn and left Control keys. "198 u16 fn_keycode = (swap_fn_leftctrl) ? (KEY_LEFTCTRL) : (KEY_FN); in hidinput_apple_event()287 if (swap_fn_leftctrl) { in hidinput_apple_event()359 if (swap_fn_leftctrl) { in apple_setup_input()