分页: 1 / 1

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

发表于 : 2010-06-20 14:38
wgf4242
如题。。。
要易于修改和添加的。

补0000000000000
还需要2个功能。
1.用某键模拟鼠标左键。
2.对指定窗口进行热键映射。比如FireFox和chrome,映射F2为Ctrl+tab,F3为Ctrl+Shift+Tab

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

发表于 : 2010-06-20 14:39
delectate

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

发表于 : 2010-06-20 14:56
wgf4242
我就是觉得这个东西不方便。。而且映射到小键盘区不好使。Win+Numpad1试了下失败,用主键盘区1可用。

还需要2个功能。
1.用某键模拟鼠标左键。
2.对指定窗口进行热键映射。比如FireFox和chrome,映射F2为Ctrl+tab,F3为Ctrl+Shift+Tab

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

发表于 : 2010-06-20 17:09
eexpress
都是xmodmap。多看。
觉得麻烦?来fvwm

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

发表于 : 2010-06-21 21:00
wgf4242
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的挺多软件资料都少)
中文资料非常少。英文资料不知道怎么找。