Total newbie: Please help fix my script - paste without formatting

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
sentrei
Posts: 1
Joined: 16 Jan 2018, 03:03

Total newbie: Please help fix my script - paste without formatting

16 Jan 2018, 03:22

Hello. I'm super new at this trying to make a script that does CTRL C and CTRL V. with one button press. Basically copy pasting. My script basically is just so whenever i press tab, I copy and whenever i press left shift it pastes.

Tab::^c
Lshift::^v
Return
Can anyone please teach me a script with one button press do PASTE without any formatting? I'd like that when i press left shift it would paste without any formatting. Thanks - total noob here.

Any help would be appreciated.
User avatar
Blackholyman
Posts: 1293
Joined: 29 Sep 2013, 22:57
Location: Denmark
Contact:

Re: Total newbie: Please help fix my script - paste without formatting

16 Jan 2018, 09:10

Code: Select all

Tab::^c
Lshift::
clipboard := clipboard
send ^v
Return
Also check out:
Courses on AutoHotkey

My Autohotkey Blog
:dance:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: joefiesta and 292 guests