dsw_appl:
--------------------------------------------------------------------------------
Hi there, is it possible to change the shortcut keys from CTRL+ALT+F (in insert
mode "fillcols.js") to something else?
I'm using phreplace plugin as well which already uses CTRL+ALT+F keys.
Thanks
--------------------------------------------------------------------------------


in general, you can edit the script file;
look for the "function Init()"
namely addMenuItem(...)

e.g. (example form the builtin Ingkcpos.js):

addMenuItem("CTRL+SHIFT+RIGHT","Ingkcpos","ueCSR","CTRL+SHIFT+RIGHT");

the last parameter is the shortcut for the given function; change it to some
other one (not colliding with other scripts, program functions ore code clips).

hth
 vbr

-- 
<http://forum.pspad.com/read.php?2,35782,51260>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem