如何禁用/启用像alt+space和alt+F10)这样的组合键盘快捷键。
我必须在 python 中执行这段代码
dconf write /org/compiz/profiles/unity/plugins/unityshell/alt-tab-prev "'Disabled'"
Run Code Online (Sandbox Code Playgroud)
尝试过:
os.system('dconf write /org/compiz/profiles/unity/plugins/unityshell/alt-tab-prev "Disabled" ')
Run Code Online (Sandbox Code Playgroud)
错误:
error: 0-1:unknown keyword
Usage:
dconf write KEY VALUE
Write a new value to a key
Arguments:
KEY A key path (starting, but not ending with '/')
VALUE The value to write (in GVariant format)
Run Code Online (Sandbox Code Playgroud)
请帮助我解决这个问题。谢谢 :-)