Global hotkey for Python application in Gnome

前端 未结 2 1887
死守一世寂寞
死守一世寂寞 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

提交回复
热议问题