Brasso
member
+1,549|6891

I can't remember who helped me last time and I couldn't find my thread, so could someone write me a quick script to bind "Windows + V" to paste "¯\(°_o)/¯"?

Thanks a lot, appreciate it.

P.S. - Don't close this thread after someone does that, I had a couple more things but I can't remember them atm.
"people in ny have a general idea of how to drive. one of the pedals goes forward the other one prevents you from dying"
Finray
Hup! Dos, Tres, Cuatro
+2,629|6049|Catherine Black
Ask DU or I think ebug does this.
https://i.imgur.com/qwWEP9F.png
tkoi
Utahraptor!
+148|6408|Texas

Code:

#v::Send % "¯\(°_o)/¯"
Brasso
member
+1,549|6891

GGF0RCE wrote:

Code:

#v::Send % "¯\(°_o)/¯"
awesome, thanks.

what does

Code:

^!n::
IfWinExist Untitled - Notepad
    WinActivate
else
    Run Notepad
return
do?
"people in ny have a general idea of how to drive. one of the pedals goes forward the other one prevents you from dying"
VicktorVauhn
Member
+319|6652|Southern California

haffeysucks wrote:

what does

Code:

^!n::
IfWinExist Untitled - Notepad
    WinActivate
else
    Run Notepad
return
do?
Seriously? Just read the script...

If there is a window called untitled - notepad (an unsaved notpad document) it will activate it (like clicking it on task bar)

Otherwise it will run notepad.


So it either gives focus to the currently opened unsaved notepad document, or if there isn't one open it will open one.

I THINK it will do so when you press control + n? IIRC the ^ sign means control... dunno if the ! means anything or if that is just syntax, or ?

Last edited by VicktorVauhn (2009-08-23 17:35:06)

TravisC555
Member
+118|6479|Cox Convention Center, OK
Edit: ^^ beat me to it

Last edited by TravisC555 (2009-08-23 17:35:55)

Brasso
member
+1,549|6891

VicktorVauhn wrote:

haffeysucks wrote:

what does

Code:

^!n::
IfWinExist Untitled - Notepad
    WinActivate
else
    Run Notepad
return
do?
Seriously? Just read the script...

If there is a window called untitled - notepad (an unsaved notpad document) it will activate it (like clicking it on task bar)

Otherwise it will run notepad.


So it either gives focus to the currently opened unsaved notepad document, or if there isn't one open it will open one.

I THINK it will do so when you press control + n? IIRC the ^ sign means control... dunno if the ! means anything or if that is just syntax, or ?
i figured as much, my question should have been: "what button press does ^!n:: signify?"
"people in ny have a general idea of how to drive. one of the pedals goes forward the other one prevents you from dying"
tkoi
Utahraptor!
+148|6408|Texas
The ! means Alt. So Ctrl+Altl+N
VicktorVauhn
Member
+319|6652|Southern California

GGF0RCE wrote:

The ! means Alt. So Ctrl+Altl+N
OOHHHH YEAHHHHH....  well I got ctrl right.

haffeysucks wrote:

i figured as much, my question should have been: "what button press does ^!n:: signify?"
Ahhh, well then... much less worthless

Board footer

Privacy Policy - © 2025 Jeff Minard