
누군가의 XKB 파일 바인딩 Caps
+를 uhjk
화살표에 바인딩하고 있습니다(이 파일은https://gist.github.com/AlexP11223/945e24fdc07ae8b093ef939b46d30b64원작과의 차이점) 이제 Caps
+를 , , 에 바인딩 iopl
하려고 시도 하고 추가하면Home
End
Page Up
Page Down
Error: Couldn't lookup keysym Symbol interpretation ignored
interpret osfHome {
repeat= True;
action = RedirectKey(keycode=<HOME>, clearmodifiers=Lock);
};
interpret
위와 매우 유사한 것 조차도 잘 작동합니다.
interpret osfLeft {
repeat= True;
action = RedirectKey(keycode=<LEFT>, clearmodifiers=Lock);
};
uhjk
이 파일과의 차이점과 모든 오류(표준 및 모든 경고)가 포함된 파일입니다.https://gist.github.com/AlexP11223/2e7407bd002440fa4f0b1433a90a15af