分页: 1 / 1

ubuntu如何禁用F1弹出帮助?

发表于 : 2017-02-07 11:02
qq497495160
ubuntu14.04
当前需要F1作为其他快捷键,但是在System Settings -> Keyboard -> ShortCut中,没办法设置F1为别的快捷键
因为F1会被截断,自动弹出帮助。
请问如何取消或者禁用F1弹出帮助,非常感谢

Re: ubuntu如何禁用F1弹出帮助?

发表于 : 2017-02-07 12:38
poloshiao
Unity 或 Gnome 或 KDE ?

參閱
http://superuser.com/questions/301931/c ... -in-ubuntu
Can I assign a function key (F1, F2..) to a running application in Ubuntu?

Re: ubuntu如何禁用F1弹出帮助?

发表于 : 2017-02-07 13:49
qq497495160
poloshiao 写了:Unity 或 Gnome 或 KDE ?

參閱
http://superuser.com/questions/301931/c ... -in-ubuntu
Can I assign a function key (F1, F2..) to a running application in Ubuntu?
非常感谢您
1.是Unity;
2.参看您给的网址,有一个疑问如下:
您给的网址是如何将脚本和快捷键联系在一起,而我这边是希望如何设置F1(必须设置F1),但是设置的时候,F1按下去弹出了帮助,导致hotkey editor并不能监听到这个快捷键。

Re: ubuntu如何禁用F1弹出帮助?

发表于 : 2017-02-07 15:50
qy117121
http://askubuntu.com/questions/58147/ho ... elp-f1-key
Just to Disable F1 may not be functioning in gnome. The practice way to avoid F1 to bring up Help window is to assign it to some unused function or a common function, such as 'raise'.

In most Ubuntu releases, using Settings->Keyboard->Shortcuts to assign F1 to 'raise' should work, except Ubuntu 14.04. Under Ubuntu 14.04, use dconf-editor to reassign F1 to 'raise' described by The Thunder Chimp above.
虽然说的是禁用F1,不过设置应该也差不多,当然我的系统不是14.04,14.04可能要用dconf-editor来设置
2017-02-07 15-54-54屏幕截图.png

Re: ubuntu如何禁用F1弹出帮助?

发表于 : 2017-02-07 16:18
poloshiao
1.是Unity;
1. 按下 alt + F2 # 打開 Dash
輸入 dconf # 出現 dconf 編輯器
點擊 dconf 編輯器 # 啟動 dconf 編輯器
org > gnome > desktop > wm > keybindings
找到 raise # 抬升視窗覆蓋其他視窗
把 ['disabled']
改為 ['F1']
關閉

2. 按一下 F1 試試
2-1. 如果還出現 Help 網頁
多試幾次看看

3. 參閱
3-1. http://askubuntu.com/a/460650
Install the DConf editor, go to org > gnome > desktop > wm > keybindings.
Assign the F1 key to some inoffensive function, like 'raise'.

Re: ubuntu如何禁用F1弹出帮助?

发表于 : 2017-02-07 16:53
tang.zhe

代码: 全选

dconf > org > gnome > desktop > wm > keybindings > raise
把 ['disabled']改為 ['F1']
我只有nautilus里面才弹出帮助,改后已经没有了,多谢!

Re: ubuntu如何禁用F1弹出帮助?

发表于 : 2017-02-09 11:53
qq497495160
qy117121 写了:http://askubuntu.com/questions/58147/ho ... elp-f1-key
Just to Disable F1 may not be functioning in gnome. The practice way to avoid F1 to bring up Help window is to assign it to some unused function or a common function, such as 'raise'.

In most Ubuntu releases, using Settings->Keyboard->Shortcuts to assign F1 to 'raise' should work, except Ubuntu 14.04. Under Ubuntu 14.04, use dconf-editor to reassign F1 to 'raise' described by The Thunder Chimp above.
虽然说的是禁用F1,不过设置应该也差不多,当然我的系统不是14.04,14.04可能要用dconf-editor来设置
2017-02-07 15-54-54屏幕截图.png
恩恩在14.04,在应用这个界面,没办法获取到F1,按F1直接跳出帮助。谢谢你

Re: ubuntu如何禁用F1弹出帮助?

发表于 : 2017-03-27 18:45
qq497495160
poloshiao 写了:
1.是Unity;
1. 按下 alt + F2 # 打開 Dash
輸入 dconf # 出現 dconf 編輯器
點擊 dconf 編輯器 # 啟動 dconf 編輯器
org > gnome > desktop > wm > keybindings
找到 raise # 抬升視窗覆蓋其他視窗
把 ['disabled']
改為 ['F1']
關閉

2. 按一下 F1 試試
2-1. 如果還出現 Help 網頁
多試幾次看看

3. 參閱
3-1. http://askubuntu.com/a/460650
Install the DConf editor, go to org > gnome > desktop > wm > keybindings.
Assign the F1 key to some inoffensive function, like 'raise'.

非常感谢1,2.。。已经OK