how to swap the "fn" use of Function keys on an apple keyboard in kali linux
카테고리 없음 2017. 7. 17. 02:02Reference : https://superuser.com/questions/79822/how-to-swap-the-fn-use-of-function-keys-on-an-apple-keyboard-in-linux
echo X > /sys/module/hid_apple/parameters/fnmode
if X == 0 : Fn key disabled
X == 1 : Fn key pressed by default
X == 2 : Fn key released by default
From /drivers/hid/hid-apple.c
WRITTEN BY
- RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.
,