Global hotkey for Python application in Gnome

前端 未结 2 1889
死守一世寂寞
死守一世寂寞 2021-01-12 18:32

I would like to assign a global hotkey to my Python application, running in Gnome. How do I do that? All I can find are two year old posts saying, well, pretty much nothing

相关标签:
2条回答
  • 2021-01-12 19:18

    There is python-keybinder which is that same code, but packaged standalone. Also available in debian and ubuntu repositories now.

    https://github.com/engla/keybinder

    0 讨论(0)
  • 2021-01-12 19:23

    Check out the Deskbar source code - they do this; afaik, they call out a C library that interacts with X11 to do the job

    0 讨论(0)
提交回复
热议问题