Search found 11 matches

by sree161
26 Oct 2017, 15:30
Forum: Ask for Help (v1)
Topic: how to apply winmove on file explorer??
Replies: 1
Views: 673

how to apply winmove on file explorer??

Hi, i have below code to open an excel and move that excel to specific co ordinates. ^l:: SetTitleMatchMode, 2 IfWinNotExist, - Test - Microsoft Excel { Run "C:\Users\Desktop\Newcodes\Test.xlsx" Sleep 300 } WinActivate, - Test - Microsoft Excel Sleep 300 WinMove, Test,, 506, 300, 900, 500 this works...
by sree161
03 Aug 2017, 14:22
Forum: Ask for Help (v1)
Topic: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved
Replies: 10
Views: 4404

Re: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved

Nightwolf85 the script works as per my requirement.....u made my day....thanks for ur help and support.
by sree161
03 Aug 2017, 11:25
Forum: Ask for Help (v1)
Topic: will hotkey accept series of commands??
Replies: 2
Views: 689

Re: will hotkey accept series of commands??

but i am able to copy selected text to notepad which is opened...can i know y??
by sree161
03 Aug 2017, 10:58
Forum: Ask for Help (v1)
Topic: will hotkey accept series of commands??
Replies: 2
Views: 689

will hotkey accept series of commands??

can i give series of commands in single line??
^j::
send, {ENTER} {CTRLDOWN}v{CTRLUP}
Return
or
^j::
send, {ENTER}
send, {CTRLDOWN}v{CTRLUP}
Return
by sree161
03 Aug 2017, 05:18
Forum: Ask for Help (v1)
Topic: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved
Replies: 10
Views: 4404

Re: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved

^j::
send, {Enter}{Ctrldown}v{ctrlup}
return

will it work if i do some editing to this??
by sree161
03 Aug 2017, 04:36
Forum: Ask for Help (v1)
Topic: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved
Replies: 10
Views: 4404

Re: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved

wat if i send two key
one is enter
second is control + v

Willl this work???
is it possible??
by sree161
30 Jul 2017, 11:15
Forum: Ask for Help (v1)
Topic: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved
Replies: 10
Views: 4404

Re: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved

it not just one or two notepads there are more than 80 notepads into which i have to send paste text.
in order to avoid opening and pateing text into notepad i need to simplify the task using hotkey
by sree161
30 Jul 2017, 11:13
Forum: Ask for Help (v1)
Topic: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved
Replies: 10
Views: 4404

Re: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved

I think i am not able to convey my point in a right way....
i just need a create a hotkey which can automatically open and paste into a notepad which is already copied into clipboard.
by sree161
30 Jul 2017, 07:22
Forum: Ask for Help (v1)
Topic: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved
Replies: 10
Views: 4404

Re: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved

But i need to copt text from clipboard to notepad just by selecting the notepad. i mean to say i copy text1 from a website and select notepad1 and press hot key it should append to notepad 1 i copy text2 from a website and select notepad2 and press hot key it should append to notepad2 so hear the ch...
by sree161
30 Jul 2017, 06:17
Forum: Ask for Help (v1)
Topic: how to copy text into notepad from clipboard without opening it using hotkey Topic is solved
Replies: 10
Views: 4404

how to copy text into notepad from clipboard without opening it using hotkey Topic is solved

Hi, i am looking to creat hot key which can copy data on clip board to a notepad without opening it using hot key. i want to copy it to a existing notepad by just clicking on it. i even want to append text. can some one help on on the same. tried this by studying from tutorials. but no output. ^j:: ...
by sree161
18 Jul 2017, 11:58
Forum: Ask for Help (v1)
Topic: how to copy text into notepad without opening it using hotkey
Replies: 2
Views: 4721

how to copy text into notepad without opening it using hotkey

Hi all,
i am new here and i am looking for hot key which can copy data on clip board to a notepad without opening it using some hot key.
i want to copy it to a existing notepad by just clicking on it. i even want to append text.
can some one help on on the same.

Thanks in advance,
sree161.

Go to advanced search