私はMicrosoft Sculptキーボードを約1週間、ほとんど問題なく使用してきました。私が見ている問題の1つは、Ctrl+F
キーボードの組み合わせが私のOSのどこでも動作しないようCtrl+C
です。
私はxev
彼らのキーボードが何を送信しているかを確認するために走り、Ctrlキーを押したときに次のことを見ました。
KeyPress event, serial 36, synthetic NO, window 0x1800001,
root 0x2cf, subw 0x0, time 1925315667, (906,904), root:(2921,1063),
state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
Fキーを押すと、次のように表示されます。
KeyPress event, serial 36, synthetic NO, window 0x1800001,
root 0x2cf, subw 0x0, time 1925295460, (906,904), root:(2921,1063),
state 0x10, keycode 41 (keysym 0x66, f), same_screen YES,
XLookupString gives 1 bytes: (66) "f"
XmbLookupString gives 1 bytes: (66) "f"
XFilterEvent returns: False
両方を押すと、以下が表示されます。
FocusIn event, serial 36, synthetic NO, window 0x1800001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 0 0 0 0 32 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
これは正しい出力ではないようです。この問題を簡単に解決する方法はありますか、または未Ctrl+F
使用のファンクションキーにマッピングする簡単な方法はありますか?