Search found 251 matches

by hancre
22 Jul 2021, 19:40
Forum: Ask for Help (v1)
Topic: What's the difference of these two scripts ?
Replies: 5
Views: 377

What's the difference of these two scripts ?

I've used the first script(A) for web search. but the second scipt works well. What's the advantage and disadvantage of A and B? I like a simple script like B. but I always want to get a perfect results. Script A : ^F12:: clipboard = Sleep 100 Send ^c ClipWait, 1 if ErrorLevel return clipboard := Tr...
by hancre
22 Jul 2021, 19:29
Forum: Ask for Help (v1)
Topic: How can I make a toogle key to convert the uppcase and downcase letters? Topic is solved
Replies: 6
Views: 340

Re: How can I make a toogle key to convert the uppcase and downcase letters? Topic is solved

So you tried the following script, and it failed to toggle the key? Which AHK version do you run? Yes. I tried this. but it shows an error : SetCapsLockState, AlwaysOff !\::SetCapsLockState % !GetKeyState("CapsLock", "T") my autohotkey version : 1.1.33.09 Autohotkey Unicode 64bit <blockquote class=...
by hancre
22 Jul 2021, 07:38
Forum: Ask for Help (v1)
Topic: How can I make a toogle key to convert the uppcase and downcase letters? Topic is solved
Replies: 6
Views: 340

Re: How can I make a toogle key to convert the uppcase and downcase letters? Topic is solved

Thanks for your reply.
I'msorry. but...
I've already read this and tried it.
but it doesn't work.
by hancre
22 Jul 2021, 00:18
Forum: Ask for Help (v1)
Topic: How can I make a toogle key to convert the uppcase and downcase letters? Topic is solved
Replies: 6
Views: 340

How can I make a toogle key to convert the uppcase and downcase letters? Topic is solved

I use CAPSLOCK as a modifer. to remove confusion, I made capslock turned-off. but I need a toggle key to convert the uppcase and downcase letters. after search, I made this following code. but it doesn't work. #Persistent SetCapsLockState, AlwaysOff !\:: ; Alt + \ toggle_state := !toggleState if (to...
by hancre
07 Jul 2021, 21:42
Forum: Ask for Help (v1)
Topic: How to close chrome tabs automatically after search action.
Replies: 2
Views: 502

Re: How to close chrome tabs automatically after search action.

Thanks a lot for your help.
Unfortunately no closing happens.

after search on forum, I made my code.
but it doesn't work, too. @.@
by hancre
07 Jul 2021, 00:57
Forum: Ask for Help (v1)
Topic: How to close chrome tabs automatically after search action.
Replies: 2
Views: 502

How to close chrome tabs automatically after search action.

I made a script on word search. It opens the web pages automatically to show the results. I hope that the web pages would closed 40 seconds automatically. How can I get the results? my best hope : the script would be closed if the web page contains clipboard. ( I often opened other pages including s...
by hancre
06 Jul 2021, 23:54
Forum: Ask for Help (v1)
Topic: How to make paste' hotkey after double-press on alt
Replies: 8
Views: 741

Re: How to make paste' hotkey after double-press on alt

Thanks a lot for your help. ^^;; It's so helpful for my data-entry work. and Your code looks so simple. but... I realized that I should not use shift for auto paste. When I double press 'shift' by mistake ( I wanted to click 'shift' one. ), paste happens. to prevent it, I'll use Right Shift for dobu...
by hancre
06 Jul 2021, 21:21
Forum: Ask for Help (v1)
Topic: How to make paste' hotkey after double-press on alt
Replies: 8
Views: 741

Re: How to make paste' hotkey after double-press on alt

boiler wrote:
06 Jul 2021, 20:18
There is apparently a bit more going on there than just using double Ctrl presses instead of ^c.
yes. so I can't make the code for paste, changing the cod for copy.
by hancre
06 Jul 2021, 20:02
Forum: Ask for Help (v1)
Topic: How to make paste' hotkey after double-press on alt
Replies: 8
Views: 741

Re: How to make paste' hotkey after double-press on alt

the script on the use of double-click Alt instead of ctrl + c Control:: If A_TickCount < %ctrldouble% { bOnClipboardChange := True Send, ^c Clipwait ;Clipboard = %Clipboard% ;ClipWait strLeft := Clipboard strLeft := Trim(strLeft) Loop, 30 { StringReplace, strLeft, strLeft, %A_Space%%A_Space%, %A_Spa...
by hancre
06 Jul 2021, 19:31
Forum: Ask for Help (v1)
Topic: How to make paste' hotkey after double-press on alt
Replies: 8
Views: 741

Re: How to make paste' hotkey after double-press on alt

That's a little confusing. D you want to use alt +v
sorry. I mistyped
I want to use 'alt and alt', not alt+v.
by hancre
06 Jul 2021, 19:03
Forum: Ask for Help (v1)
Topic: How to make paste' hotkey after double-press on alt
Replies: 8
Views: 741

How to make paste' hotkey after double-press on alt

I got a script for copy with double press (ctrl), instead of ctrl + c. It's very convienent. Like this. If I press 'alt' twice, I want to get paste to anywhere. ( various webpage / google document / notepad ) That is to say 'I want to use 'double press ALT', instead of ctrl + v. <--- at first, I wro...

Go to advanced search