Intercepting the Fn key on laptops

前端 未结 3 920
轻奢々
轻奢々 2020-12-09 18:01

Sometimes when I work on Thinkpads/MSI laptops, the Ctrl and Fn key are swapped (Fn being the leftmost key), and it drives me nuts - I keep

3条回答
  •  再見小時候
    2020-12-09 18:14

    Sorry. As you mentioned, the Fn key isn't processed by the OS, but received as tuples of Fn + [key] . The best you could probably do would be mapping every Fn + [key] combination to ctrl (and that's only if you never use Fn keys).

    Edit: Found this. Before you give up hope, might want to give it a try.

提交回复
热议问题