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

DonationCoder.com Software > Post New Requests Here

IDEA : Right-Click Menu gives an [ENTER] choice and when LEFT-Clicked [ENTER]s

<< < (2/3) > >>

AndyM:
I adapted someone's script so that Left-Button/ScrollUp(ScrollWheel) sends {Enter}.

I'll post it if you're interested and if I can properly attribute the script.

hrpufnstuf:
Sometimes I use SHIFT + INSERT , but sometimes I use the R-click COPY/PASTE, and just wanted
a R-click ENTER. If someone can do this, it'd be cool to have. And if someone can, where do I find it
after it's created?

lanux128:
a slight variation, how about holding down the right-mouse button then pressing the left to send an Enter key? if it's ok with you here's the code.. :)


--- ---; This script sends an "Enter" key when pressing the left-mouse button holding down the right button.
; Useful when in 'click' mode.. ;-)
; Source: hxxp://www.donationcoder.com/forum/index.php?topic=12914.0

#Persistent
#SingleInstance, force

~RButton & LButton::
  Send, {Return}
Return

#x::ExitApp
P.S. use Win+x to exit..

hrpufnstuf:
I appreciate r-click-enter.exe but it doesn't seem to work for me in win98 in *.doc files, *.txt files OR urls in a browser. Can anyone else can make this simple lil' idea a reality?

lanux128:
hmm.. that's strange but i haven't any Win98 to test. on the other hand, have you tried this on any WinXP machine?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version