请教一个快捷键的设置问题
Tofloor
poster avatar
mobing317
deepin
2017-10-14 22:42
Author
使用idea进行软件开发,经常使用Ctrl + alt + B;deepin系统中找个快捷键会呼起屏幕键盘;

和idea的按键冲突,idea的按键已经习惯了,想修改系统的按键,请求办法,因为在快捷设置里面没找个这个配置。
Reply Favorite View the author
All Replies
avatar
wyl_deepin
deepin
2017-10-14 22:50
#1
我也是,不仅Ctrl + alt + B,Ctrl + alt + H也冲突,找不到系统的,就只好改了idea的
Reply View the author
avatar
130******52
deepin
2017-10-14 23:07
#2
输入法设置里面,设置虚拟键盘的快捷键改成Ctrl + alt + B以外的就可以.
Reply View the author
avatar
anothersmile
deepin
2017-10-16 10:43
#3
屏幕键盘的快捷键在输入法里面,并不是系统自带的问题,Ctrl+alt+h应该也是你的其他软件自己写的全局快捷键
Reply View the author
avatar
zxfujing
deepin
2017-10-16 18:26
#4
这个好像没办法清空。
Reply View the author
avatar
wangyingtao
deepin
2017-10-16 21:33
#5
  1. dbus-send --print-reply --dest=com.deepin.daemon.Keybinding /com/deepin/daemon/Keybinding com.deepin.daemon.Keybinding.CheckAvaliable string:'A'
  2. method return time=1508131796.039118 sender=:1.422 -> destination=:1.470 serial=901 reply_serial=2
  3.    boolean false
  4.    string "{"Id":"screenshot","Type":0,"Accels":["\u003cControl\u003e\u003cAlt\u003eA"],"Name":"截图"}"
Copy the Code


终端输入命令,看 下是什么输出

  1. dbus-send --print-reply --dest=com.deepin.daemon.Keybinding /com/deepin/daemon/Keybinding com.deepin.daemon.Keybinding.CheckAvaliable string:'B'
  2. method return time=1508131780.127884 sender=:1.422 -> destination=:1.469 serial=900 reply_serial=2
  3.    boolean true
  4.    string ""
Copy the Code
Reply View the author
avatar
mobing317
deepin
2017-10-17 18:29
#6
感谢各位,回去我自己去试一下
Reply View the author