ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

mouse/key associations

<< < (2/2)

jgpaiva:
Well... I don't think so, since it's quite similar to ahk. But i honestly can't tell, since i've never used it.

As for the possibility of making this... I think you might have a way.
Double-click on an empty space = create folder <- supported by DOpus
Drag and drop menu on explorer <- supported by xyplorer
Middle click on browser = open in new background tab <- supported by opera

As for mouse gestures across the whole system, you will most probably like strokeit. It works incredibly well!

kalos:
thanks

as for
Double-click on an empty space = create folder
this works well, but there is a delay which is annoying


--- ---#IfWinActive ahk_class CabinetWClass 

~LButton::
SetKeyDelay, , 50
MouseGetPos, , , , ctrl
ControlGet, sel, List, Count Selected, SysListView321, A
If DllCall("GetDoubleClickTime") > A_TimeSincePriorHotkey
   and A_ThisHotkey = A_PriorHotkey
   and ctrl = "SysListView321"
   and sel = 0
   SendEvent, !fwf

#IfWinActive
as for the other programs, I will check them out, but I wouldnt like resources-consuming programs and replacement of winxp defaults

opera yes, can do that by middle click, but I dont have middle button
plus I would like the others (save images, bookmark links etc) cannot be done within opera

I find it strange that these cannot be done, since autohotkey, autoit etc are supposed to integrate within every API and thus they can integrate within every function of windowsxp/applications. correct me if I am wrong

I think the only limitation in what one can do with ahk is user capabilities/knowledge

Navigation

[0] Message Index

[*] Previous page

Go to full version