请问unity tweak tool是是通过什么方法设置热区的?

各种窗口管理器和美化相关
回复
widget
帖子: 104
注册时间: 2009-03-15 19:33

请问unity tweak tool是是通过什么方法设置热区的?

#1

帖子 widget » 2014-05-15 13:23

就是将鼠标移到屏幕角落触发命令的功能。应该是通过修改哪个配置文件实现的吧,个人不太想装unity tweak tool和ccsm,请问应该怎么设置热区呢?
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 请问unity tweak tool是是通过什么方法设置热区的?

#2

帖子 eexpress » 2014-05-15 14:12

▶ gconftool -R /|g corner
1165: top_left_corner_action = Schema (type: `int' list_type: '*invalid*' car_type: '*invalid*' cdr_type: '*invalid*' locale: `C')
1170: bottom_left_corner_action = Schema (type: `int' list_type: '*invalid*' car_type: '*invalid*' cdr_type: '*invalid*' locale: `C')
1175: bottom_right_corner_action = Schema (type: `int' list_type: '*invalid*' car_type: '*invalid*' cdr_type: '*invalid*' locale: `C')
1185: top_right_corner_action = Schema (type: `int' list_type: '*invalid*' car_type: '*invalid*' cdr_type: '*invalid*' locale: `C')
2660: top_left_corner_action = 4
2665: bottom_left_corner_action = 4
2670: bottom_right_corner_action = 6
2680: top_right_corner_action = 6
● 鸣学
回复