有没有什么快捷键定义程序启动的工具?类似autohotkey

其它类软件,非上述版软件
回复
wgf4242
帖子: 513
注册时间: 2009-11-30 7:46

有没有什么快捷键定义程序启动的工具?类似autohotkey

#1

帖子 wgf4242 » 2010-06-20 14:38

如题。。。
要易于修改和添加的。

补0000000000000
还需要2个功能。
1.用某键模拟鼠标左键。
2.对指定窗口进行热键映射。比如FireFox和chrome,映射F2为Ctrl+tab,F3为Ctrl+Shift+Tab
上次由 wgf4242 在 2010-06-20 14:56,总共编辑 1 次。
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 有没有什么快捷键定义程序启动的工具?类似autohotkey

#2

帖子 delectate » 2010-06-20 14:39

附件
Screenshot-Keyboard Shortcuts.png
wgf4242
帖子: 513
注册时间: 2009-11-30 7:46

Re: 有没有什么快捷键定义程序启动的工具?类似autohotkey

#3

帖子 wgf4242 » 2010-06-20 14:56

我就是觉得这个东西不方便。。而且映射到小键盘区不好使。Win+Numpad1试了下失败,用主键盘区1可用。

还需要2个功能。
1.用某键模拟鼠标左键。
2.对指定窗口进行热键映射。比如FireFox和chrome,映射F2为Ctrl+tab,F3为Ctrl+Shift+Tab
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 有没有什么快捷键定义程序启动的工具?类似autohotkey

#4

帖子 eexpress » 2010-06-20 17:09

都是xmodmap。多看。
觉得麻烦?来fvwm
● 鸣学
wgf4242
帖子: 513
注册时间: 2009-11-30 7:46

Re: 有没有什么快捷键定义程序启动的工具?类似autohotkey

#5

帖子 wgf4242 » 2010-06-21 21:00

xev获取的鼠标点击的信息。

代码: 全选

ButtonPress event, serial 33, synthetic NO, window 0x4400001,
    root 0xfc, subw 0x0, time 517487, (68,147), root:(74,241),
    state 0x10, button 1, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x4400001,
    root 0xfc, subw 0x0, time 517587, (68,147), root:(74,241),
    state 0x110, button 1, same_screen YES
`的keycode为49


xmodmap -e 'keycode 49 = ???'
怎样来表示鼠标左键?

怎样仅在chrome和firefox中映射
F2 = ctrl + tab
F3 = ctrl + shift + tab
完全没有头绪。。

xmodmap的资料真的是好少啊。(感觉linux的挺多软件资料都少)
中文资料非常少。英文资料不知道怎么找。
回复