美文网首页
linux # eclipse中如何禁止F10打开菜单栏

linux # eclipse中如何禁止F10打开菜单栏

作者: FlyingPenguin | 来源:发表于2018-08-07 09:55 被阅读14次

在eclipse中调试ffmpeg时,将F10设置为step over进行单步调试,但是按F10时,会弹出菜单栏。
如下:


按F10时,会弹出菜单栏.png

如何解决呢?
在命令行中运行如下命令:

gsettings set org.gnome.desktop.interface menubar-accel ""

即可。

References:

https://askubuntu.com/questions/37313/how-do-i-deactivate-f1-and-f10-keybindings-in-gnome-terminal

相关文章

网友评论

      本文标题:linux # eclipse中如何禁止F10打开菜单栏

      本文链接:https://www.haomeiwen.com/subject/lbkovftx.html