Search found 13 matches

by jwwpua
12 Sep 2021, 02:51
Forum: Scripts and Functions (v1)
Topic: CL3 clipboard utility (text only) with menu, search, quick paste, cycle/step, plugins, API, ...
Replies: 59
Views: 33129

Re: CL3 clipboard utility (text only) with menu, search, quick paste, cycle/step, plugins, API, ...

ahk7 One other question. Is there a way to perform a command before CL3 copies or modifies the current clipboard? I'd like to "send ^+[" (disable my clipboard manager) beforehand, and then "send ^+]" (enable my clipboard manager) after Cl3 performs its function (which I think I can accomplish using...
by jwwpua
12 Sep 2021, 01:54
Forum: Scripts and Functions (v1)
Topic: CL3 clipboard utility (text only) with menu, search, quick paste, cycle/step, plugins, API, ...
Replies: 59
Views: 33129

Re: CL3 clipboard utility (text only) with menu, search, quick paste, cycle/step, plugins, API, ...

Some suggestions: 1. To disable checking the history for duplicates comment line https://github.com/hi5/CL3/blob/master/cl3.ahk#L824 (I haven't tested it but it should do the trick) 2. To populate the ClipChain you can try adding the code below to plugins\MyPlugins.ahk - restart cl3, copy data to t...
by jwwpua
10 Sep 2021, 13:41
Forum: Scripts and Functions (v1)
Topic: ClipArray (multiple clipboards w/ added functionality)
Replies: 25
Views: 9973

Re: ClipArray (multiple clipboards w/ added functionality)

Dawondr wrote:
09 Sep 2021, 12:49
Thank you for the update jwwpua, I will give that a try for mine as well. Thanks again, Dave
Sure thing. I think it was lines 118, 119, 120, and 124. I had tried some other things first, so my lines might be slightly off.
by jwwpua
09 Sep 2021, 11:26
Forum: Scripts and Functions (v1)
Topic: ClipArray (multiple clipboards w/ added functionality)
Replies: 25
Views: 9973

Re: ClipArray (multiple clipboards w/ added functionality)

I was able to solve my issue above by replacing the backwards paragraph symbol (¶) with something else. I'm using a pipe (|) for now.

Somehow the ¶ was being interpreted in a way that created blank entries between the actual entries.👍


EDIT: I think it was lines 117, 118, 119, and 123.
by jwwpua
08 Sep 2021, 22:34
Forum: Scripts and Functions (v1)
Topic: CL3 clipboard utility (text only) with menu, search, quick paste, cycle/step, plugins, API, ...
Replies: 59
Views: 33129

Re: CL3 clipboard utility (text only) with menu, search, quick paste, cycle/step, plugins, API, ...

This is great! Is it possible to allow duplicates in the history? I'm copying name, username, email, and password for a list of users. The password is temporary and the same for all of them, so when I use FIFO and start pasting, it skips the password for most of them. Maybe there's a better way to d...
by jwwpua
08 Sep 2021, 22:03
Forum: Scripts and Functions (v1)
Topic: ClipArray (multiple clipboards w/ added functionality)
Replies: 25
Views: 9973

Re: ClipArray (multiple clipboards w/ added functionality)

Old thread I know, but I'm having the same issue as the previous poster. It happens with Excel, notepad, and other apps too. If I copy multiple lines with f1, entry 1 works, entry 2 is blank, entry 3 is line2, 4 blank, etc. Same in excel, whether I copy a row or column (or both). Can't figure out wh...
by jwwpua
24 Aug 2021, 21:29
Forum: Scripts and Functions (v1)
Topic: Firefox/Chrome, get tab names/focus tab
Replies: 43
Views: 41897

Re: Firefox/Chrome, get tab names/focus tab

new path is 4.1.1.1.1.2.5.3 Chrome V. 92 I'm using a fork of iswitchw.ahk (link: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=89871), and it uses these lines: JEE_ChromeAccInit(vValue) { if (vValue = "U1") return "4.1.2.1.2.5.2" ;address bar if (vValue = "U2") return "4.1.2.2.2.5.2" ;addre...
by jwwpua
19 Aug 2021, 17:48
Forum: Scripts and Functions (v1)
Topic: Firefox/Chrome, get tab names/focus tab
Replies: 43
Views: 41897

Re: Firefox/Chrome, get tab names/focus tab

new path is 4.1.1.1.1.2.5.3 Chrome V. 92 I'm using a fork of iswitchw.ahk (link: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=89871), and it uses these lines: JEE_ChromeAccInit(vValue) { if (vValue = "U1") return "4.1.2.1.2.5.2" ;address bar if (vValue = "U2") return "4.1.2.2.2.5.2" ;addre...
by jwwpua
18 Aug 2021, 11:20
Forum: Scripts and Functions (v1)
Topic: iswitchw mod - Fast window and browser tab switching - Updated Oct 1st, 2023!
Replies: 23
Views: 4961

Re: iswitchw mod - Fast window and browser tab switching

Not sure why, but my Chrome tabs aren't showing up at all. Another issue I have is that typing a number followed by space doesn't select a row (or do anything that I can tell). I got the latest from your github, so let me know if you have any suggestions. Thanks! Edit: I downloaded from your OP, whi...
by jwwpua
18 Aug 2021, 01:40
Forum: Scripts and Functions (v1)
Topic: iswitchw mod - Fast window and browser tab switching - Updated Oct 1st, 2023!
Replies: 23
Views: 4961

Re: iswitchw mod - Fast window and browser tab switching

Very nice. Any plans to include chrome bookmarks or history in the results, prioritized below open tabs of course? It would be convenient for times you already closed the tab or just for quick access to anything whether open or closed.
by jwwpua
12 Aug 2021, 20:59
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 324
Views: 114174

Re: MouseGestureL

@Pyonkichi Nice, that's even easier! Thank you. I'm really enjoying MGL.
by jwwpua
11 Aug 2021, 15:46
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 324
Views: 114174

Re: MouseGestureL

Pyonkichi Do you know why this isn't clicking in the correct place? It clicks where my mouse is at the END of the gesture, rather than where my mouse was at the START of the gesture. Aside from clicking in the wrong place, it works properly. Thank you! [RB_] ;Activate Window if (!WinActive() && MG_...
by jwwpua
06 Aug 2021, 15:12
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 324
Views: 114174

Re: MouseGestureL

@Pyonkichi Is it possible to hide the RB_← (or even just the RB_) in the "advanced hint"? I like everything else about "advanced" hints, but the RB_ is not necessary for me because all of my gestures use RB_. Thank you!
image.png
(17.73 KiB) Downloaded 87 times

Go to advanced search