Search found 12 matches

by CoolRaoul
31 Jul 2023, 08:34
Forum: Ask for Help (v2)
Topic: shift key getting stuck sometimes Topic is solved
Replies: 11
Views: 578

Re: shift key getting stuck sometimes Topic is solved

Simpler and apparently runs quicker too .
And seem to work fine wintout previous issues
Thanks!
by CoolRaoul
31 Jul 2023, 08:30
Forum: Ask for Help (v2)
Topic: shift key getting stuck sometimes Topic is solved
Replies: 11
Views: 578

Re: shift key getting stuck sometimes Topic is solved

mikeyww wrote:
31 Jul 2023, 08:28

Code: Select all

#Requires AutoHotkey v2.0
^+v::
^+Insert:: {
 A_Clipboard := A_Clipboard
 Send '^v'
}
Looks mysterious but why not ? I'll try this
by CoolRaoul
31 Jul 2023, 08:25
Forum: Ask for Help (v2)
Topic: shift key getting stuck sometimes Topic is solved
Replies: 11
Views: 578

Re: shift key getting stuck sometimes Topic is solved

Sorry, the name of the fun is badly chosen
Should be "PastePlainText" instead
The purpose is to *paste* the clipboard contents
by CoolRaoul
31 Jul 2023, 08:22
Forum: Ask for Help (v2)
Topic: shift key getting stuck sometimes Topic is solved
Replies: 11
Views: 578

Re: shift key getting stuck sometimes Topic is solved

I don't know what you are trying to do precisely, Simply Make key bindings to have shift+ctrl+v and shift+ctrl+insert copy the contents of the clipboard as plain text (without any rich text attributes). but from looking at your function name "CopyPlainText", could you try my function to see if the ...
by CoolRaoul
31 Jul 2023, 05:18
Forum: Ask for Help (v2)
Topic: shift key getting stuck sometimes Topic is solved
Replies: 11
Views: 578

Re: shift key getting stuck sometimes Topic is solved

If your v1 script is functionally equivalent, you can make the two scripts more similar if you change Send to SendEvent . This uses the default v1 sending mode, which differs from the default v2 mode (SendInput). Thanks, I've switched to this definition then : CopyPlainText() { SendEvent("{Text}" A...
by CoolRaoul
31 Jul 2023, 04:59
Forum: Ask for Help (v2)
Topic: shift key getting stuck sometimes Topic is solved
Replies: 11
Views: 578

Re: shift key getting stuck sometimes Topic is solved

After browsing other topics about similar issues I've tried to replace the "CopyPlainText" definition with this

Code: Select all

CopyPlainText()
{
	send "{Blind}" A_Clipboard
}
unfortunately, it's worse.
by CoolRaoul
31 Jul 2023, 03:23
Forum: Ask for Help (v2)
Topic: shift key getting stuck sometimes Topic is solved
Replies: 11
Views: 578

shift key getting stuck sometimes Topic is solved

I recently switched from V1 to v2 Since then I'm facing a problem with the following key mappings: ^+v:: { ; ctrl-shift-v CopyPlainText() } ^+Insert:: { ; ctrl-shift-Ins CopyPlainText() } "CopyPlaintext" is a very trivial function : CopyPlainText() { send(A_Clipboard) } sometimes (*but not alway*), ...
by CoolRaoul
22 Jul 2023, 05:33
Forum: Bug Reports
Topic: [v2.0-rc.1] Better error message for missing parentheses
Replies: 7
Views: 2069

Re: [v2.0-rc.1] Better error message for missing parentheses

Sorry to enter that old thread but I'm facing the same issue and not understand the given explanations. (I'm currently trying to convert my AHK V1 scripts to V2 Syntax BTW) A reply indicates that "The code has valid syntax - as far as the program is concerned, missing parentheses is not the problem"...
by CoolRaoul
30 Jul 2019, 02:04
Forum: Ask for Help (v1)
Topic: Substitute Onenote taskbar shortcut
Replies: 0
Views: 474

Substitute Onenote taskbar shortcut

Hello, I'm using the following rule #o::#+n to remap "open OneNote" default shortcut (from icon in notification area) from win+shift+n to win+o It works but the OneNote window opens in background (the icons simply blinks in the taskbar) With the default shortcut it automatically gets focus Is there ...
by CoolRaoul
31 Jul 2017, 12:13
Forum: About This Community
Topic: autohotkey.net vs autohotkey.com
Replies: 13
Views: 6753

Re: autohotkey.net vs autohotkey.com

Ragnar wrote:The latest offline and online help does not contain links to autohotkey.net (since v1.1.26.01).
Sorry, I was using 1.1.24.04 and didn't realize it was so old.
I'm going to upgrade right now then
by CoolRaoul
29 Jul 2017, 03:02
Forum: About This Community
Topic: autohotkey.net vs autohotkey.com
Replies: 13
Views: 6753

Re: autohotkey.net vs autohotkey.com

tank wrote:Where exactly I am not finding it quickly
Image
by CoolRaoul
27 Jul 2017, 04:36
Forum: About This Community
Topic: autohotkey.net vs autohotkey.com
Replies: 13
Views: 6753

autohotkey.net vs autohotkey.com

Hello,
The AHK latest version built-in help contains links to http://www.autohotkey.net/ (FAQ section)
That domain seem to be on sale, according to http://www.afternic.com/forsale/autohotkey.net
Can someone check this?

Go to advanced search