栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

在Linux上的Eclipse中,是否可以单独使用箭头键来扩展包浏览器中的树节点?

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

在Linux上的Eclipse中,是否可以单独使用箭头键来扩展包浏览器中的树节点?

将其放入您的手机中

~/.gtkrc-2.0
,您应该会很好。左和右行进行了请求的更改,其余只是我个人添加的内容,以使树状视图更像vim。希望有帮助!

binding "gtk-binding-tree-view" {    bind "j"        { "move-cursor" (display-lines, 1) }    bind "k"        { "move-cursor" (display-lines, -1) }    bind "h"        { "expand-collapse-cursor-row" (1,0,0) }    bind "l"        { "expand-collapse-cursor-row" (1,1,0) }    bind "o"        { "move-cursor" (pages, 1) }    bind "u"        { "move-cursor" (pages, -1) }    bind "g"        { "move-cursor" (buffer-ends, -1) }    bind "y"        { "move-cursor" (buffer-ends, 1) }    bind "p"        { "select-cursor-parent" () }    bind "Left"     { "expand-collapse-cursor-row" (0,0,0) }    bind "Right"    { "expand-collapse-cursor-row" (0,1,0) }    bind "semicolon" { "expand-collapse-cursor-row" (0,1,1) }    bind "slash"    { "start-interactive-search" () }}class "GtkTreeView" binding "gtk-binding-tree-view"

然后重新启动Eclipse以应用新的绑定



转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/399085.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号