开发者

List of globally available shortcuts on a Windows system including 3rd party

Is there a way to get a list of globally available shortcuts on a Windows system, including 3rd party software?

Random examples开发者_运维问答:

  • WndHop - WinKey + Enter to move a window between monitors

  • Dexpot - Ctrl + Spacebar to open task switcher

  • Launchy - Alt + Spacebar

My goal is to track down shortcut conflicts. Most of the above software can be customised to change the shortcuts aside from WndHop, the later which is not working for me, probably due to a conflict. Currently winkey+enter toggles a windows normal size and maximised, I'm not sure what introduced this shortcut.


I can't see that it would be possible to find all 3rd party short cuts. If an application has created a global keyboard hook to listen for a certain keyboard event there's no way that Windows can tell which keys will make it do various things.


Gathering a universal Shortcut list seems like rather a long winded way to achieve the result you want.

Instead I would suggest a process of elimination.

Start to eliminate apps running on your machine one by one by killing them off using either Task Manager or Process Explorer.

After killing off each of your programs, attempt the key combo in question again and if the action still occurs, then you have not yet found the program in question.

Eventually the effect in question will cease, and you'll know that the last app you killed off was causing this behaviour.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜