我的xbindkey只在-verbose模式下工作,没有这种模式,它不会对我的热键做出反应。
xbindkeys -v
displayName = :0
rc file = /home/yerlan/.xbindkeysrc
rc guile file = /home/yerlan/.xbindkeysrc.scm
getting rc guile file /home/yerlan/.xbindkeysrc.scm.
WARNING : /home/yerlan/.xbindkeysrc.scm not found or reading not allowed.
1 keys in /home/yerlan/.xbindkeysrc
min_keycode=8 max_keycode=255 (ie: know keycodes)
"firefox"
m:0x4 + c:24
Control + q
starting loop...是什么导致了这个问题?
cat ~/.xbindkeysrc
# For the benefit of emacs users: -*- shell-script -*-
###########################
# xbindkeys configuration #
###########################
#
# Version: 1.8.6
#
"firefox"
m:0x14 + c:24
control+q发布于 2021-02-28 15:33:44
它只需要在下载后和每次更新之后运行xbinkeys -p。
https://askubuntu.com/questions/1319747
复制相似问题