Search found 27 matches

by loumizhu
19 Sep 2023, 22:45
Forum: Ask for Help (v1)
Topic: Am I using Hotkey command Right ?
Replies: 4
Views: 287

Re: Am I using Hotkey command Right ?

Hello 🖐🏻

Yep extending time made it works each time, thanks :dance:
by loumizhu
19 Sep 2023, 22:07
Forum: Ask for Help (v1)
Topic: Am I using Hotkey command Right ?
Replies: 4
Views: 287

Re: Am I using Hotkey command Right ?

Thanks , mikeyww , this method is cleaner :p
but it stops working after a few calls

the msgbox doesn't appear anymore when I press Lshift

it similar to what I have, it works first time then no longer work after
by loumizhu
19 Sep 2023, 14:09
Forum: Ask for Help (v1)
Topic: Am I using Hotkey command Right ?
Replies: 4
Views: 287

Am I using Hotkey command Right ?

Hello ahk users 🖐🏻 I've got an issue with Hotkey command. I don't know if i'm using it wrong I have a big ahk file with a lot of remapping One of the remapping is WIN + E for windows explorer, After I have pressed WIN + E, it will wait 600 ms to press another key it will perform a different actions ...
by loumizhu
28 Feb 2023, 16:52
Forum: Ask for Help (v1)
Topic: Sending a proper http request using Discord Webhook
Replies: 1
Views: 1050

Re: Sending a proper http request using Discord Webhook

I found the solution It had to be webhook json formatted as indicated here https://birdie0.github.io/discord-webhooks-guide/json.html I did a stupid double quote variable because I forgot how to have backslash and quote in an expression .... Send_Msg_to_Discord(msg,Url="webhookurl"){ ;Default parmae...
by loumizhu
28 Feb 2023, 07:57
Forum: Ask for Help (v1)
Topic: Sending a proper http request using Discord Webhook
Replies: 1
Views: 1050

Sending a proper http request using Discord Webhook

[Mod edit: Topic moved to v1 help, based on posted script.] Hello 👋🏻 wonderful persons of ahk community I'm using a script I found, to send messages to my discord server (without opening browser or app) just an inputbox to type a msg and bye It send it as a bot , and does the job quite good but whe...
by loumizhu
12 Jul 2022, 08:57
Forum: Ask for Help (v1)
Topic: WinHttpRequest.5.1 with Trello Api Topic is solved
Replies: 2
Views: 434

Re: WinHttpRequest.5.1 with Trello Api Topic is solved

Hello 👋🏻 neovis

Thanks a lot, I would have tried 100 things before realizing this
by loumizhu
10 Jul 2022, 11:47
Forum: Ask for Help (v1)
Topic: WinHttpRequest.5.1 with Trello Api Topic is solved
Replies: 2
Views: 434

WinHttpRequest.5.1 with Trello Api Topic is solved

Hello 🙌🏻 I'm trying to add a card in Trello with its Rest API : https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post When I try the request with postman, it works When I try with Autohotkey and WinHttpRequest.5.1 it returns invalid Key I'm probably doing something wrong....
by loumizhu
05 Jul 2022, 15:14
Forum: Ask for Help (v1)
Topic: Folder turned into unknown file after I used FileMoveDir
Replies: 2
Views: 385

Re: Folder turned into unknown file after I used FileMoveDir

Thanks for the help

I tried the command in an elevated cmd
Chkdsk D:\ounaymir /f

Chkdsk D:\ounaymir /f /r
it returns
The drive, the path, or the file name is not valid.
by loumizhu
01 Jul 2022, 00:03
Forum: Ask for Help (v1)
Topic: Folder turned into unknown file after I used FileMoveDir
Replies: 2
Views: 385

Folder turned into unknown file after I used FileMoveDir

I used an Autohotkey script to move file/folder and one of my folders turned into an unknown file it uses the command : FileMoveDir, I don't know what happened, does anyone know this ? it doesn't often occur an idea on how to turn the folder back into a folder? here is a screenshot of the properties...
by loumizhu
01 Jun 2022, 11:55
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171271

Re: Radial menu scripts

@MangerzArt

Thanks for your suggestion, but it's a huion tablet, it does not behave exactly like wacom (I had no problem when I had the wacom)
by loumizhu
23 May 2022, 03:17
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171271

Re: Radial menu scripts

Hi Learning one submeg About the stylus not triggering the Radial Menu Properly. I'm experiencing the same issue as underthecouchstudio with my Huion Stlus As I said, it seems to generate an artificial keystroke when checking key history in Autohotkey https://bit.ly/3JdbklR I tried to find the mappi...
by loumizhu
30 Apr 2022, 09:39
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171271

Re: Radial menu scripts

josex89 wrote:
25 Apr 2022, 20:57
how do I add the photoshop lasso tool to the radial menu?
You add the shortcut L to a button action

Action= fun Send|l
by loumizhu
15 Apr 2022, 07:42
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171271

Re: Radial menu scripts

I am absolutely banging my head against the wall! WHAT AM I MISSING?? On a touchscreen (SP7 with pen). I can launch RM with a #F20 hotkey, but after RM main menu shows my pen and touch (finger) will highlight a submenu button, but I can't click it, tap it, or even run another hotkey to send "LButto...
by loumizhu
06 Apr 2022, 09:19
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171271

Re: Radial menu scripts

I'm posting this to check if anyone encountered same issue using the Radial Menu with a Huion Tablet I recently switched to a huion screen tablet (kamva) the prior wacom tablet was working perfect with Radial Menu. I had the stylus triggers the menu. But with Huion Stylus, when I click it makes an a...
by loumizhu
15 Jan 2022, 05:33
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 83493

Re: [Script] Quick Picto Viewer v5+

Thanks for your work,
duplicates are indeed a welcome feature. the few software I tried aren't doing the job
I needed to look for an image inside a big folder of images and couldn't find a good app to do it

the link works when added https
by loumizhu
07 Jan 2022, 15:38
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 83493

Re: [Script] Quick Picto Viewer v5+

Hi I tried picto quick viewer against irfan view I opened a folder with 4000px images, and it is faster ! Great work using autohotkey ! It should more well known as it is a cool alternative for irfan and xnview. Thanks for sharing this :D Note: your compiled link in first page isn't working : http:/...
by loumizhu
06 Jan 2022, 23:05
Forum: Ask for Help (v1)
Topic: Single Key Shortcut in software - Running out of keys
Replies: 5
Views: 807

Re: Single Key Shortcut in software - Running out of keys

Ok, guess I should have asked first ;) If you haven't tried using COM to work with Photoshop, you could also try that - it's faster than running an external .jsx script. I'd guess it's just as fast as pressing a keyboard shortcut. You could assign a radial menu button to run the following code to s...
by loumizhu
06 Jan 2022, 21:55
Forum: Scripts and Functions (v1)
Topic: Text Capture [ACC viewer]
Replies: 13
Views: 6886

Re: Text Capture [ACC viewer]

Hello 🙌🏻
Robodesing

thanks for the script, I was thinking about using accviewer to capture texte, and remembered then rule:
Some smart awesome guy probably thought of it and made it public on internet

This script is awesome and very user friendly :D ♥♥♥
by loumizhu
04 Jan 2022, 20:45
Forum: Ask for Help (v1)
Topic: Single Key Shortcut in software - Running out of keys
Replies: 5
Views: 807

Re: Single Key Shortcut in software - Running out of keys

Hallo, do hotstrings work?: ;On/Off with key F1 F1::SetTimer, Timer,% (TF1:=!TF1)?200:"Off" Timer: SendLevel, 1 Send, {U+13A2} ;Ꭲ = U+13A2, CHEROKEE LETTER I Return :*X:Ꭲ::Send, e ;Cherokee-Hotstring spams key E https://en.wikipedia.org/wiki/Cherokee_(Unicode_block) Thanks, buddy. I didn't know abo...
by loumizhu
03 Jan 2022, 13:53
Forum: Ask for Help (v1)
Topic: Single Key Shortcut in software - Running out of keys
Replies: 5
Views: 807

Single Key Shortcut in software - Running out of keys

Hi I'm using autohotkey in radial menu, to send single key shortcuts to photoshop / clip studio paint The problem is photoshop/clip studio paint accepts only one single key for tools. (no modifier allowed) I even used the f13 > f23 and Now i'm running out of these (In photoshop, I can make actions s...

Go to advanced search