[xubuntu-users] key maps on xubuntu
aj3423
aj3423 at gmail.com
Mon Jan 20 15:49:51 UTC 2014
Hi,
I used to use global shortcut key mapping on win32 platform (with
AutoHotKey), for example
alt+j == Down
alt+k == Up
alt+u == PageDown
alt+i == Page Up
alt+m== Home
alt+n == End
How to do these combination key mapping on xubuntu ?
And something more complex, on win32 I have a AutoHotKey script that does
#IfWinNotActive ahk_class Vim
Alt & i::Send,{PgUp}
Alt & u::Send,{PgDn}
Alt & n::Send,{Home}
Alt & m::Send,{End}
#IfWinNotActive
It means if the current window is not Vim, then map alt-i, alt-u ...
I don't know if xmodmap can do the job.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/xubuntu-users/attachments/20140120/5310cbbd/attachment.html>
More information about the xubuntu-users
mailing list