Search found 545 matches

by jrachr
03 May 2024, 09:06
Forum: Ask for Help (v1)
Topic: Exit app
Replies: 2
Views: 305

Re: Exit app

By docs I was referring to the documentation. Sorry my bad. Tk's for quick fix. Cheer's
by jrachr
03 May 2024, 07:45
Forum: Ask for Help (v1)
Topic: Exit app
Replies: 2
Views: 305

Exit app

Good Day. All the docs say when I press esc that Calc should close but it is not. Can anyone tell me why so I can fix this code. Tk's #NoEnv #Persistent #SingleInstance, Force #NoTrayIcon Run, "D:\Window's Shortcut's\Calculator - Shortcut.lnk" Sleep 1000 SendInput, ^1 Sleep 1000 Winset, Alwaysontop,...
by jrachr
10 Apr 2024, 15:32
Forum: Ask for Help (v1)
Topic: Hotstring Key delay
Replies: 6
Views: 120

Re: Hotstring Key delay

@gregster. I will try it out. Look's like it should work. Thank You. Cheer's
by jrachr
10 Apr 2024, 15:03
Forum: Ask for Help (v1)
Topic: Hotstring Key delay
Replies: 6
Views: 120

Re: Hotstring Key delay

@gregster. I am trying to get a delay so when for example I am typing in notepad and type still I don't hit the 2 L's to quick and Activate this Hotstring.

:*:LL::
Run, D:\PortableApps\AutoHotkeyPortable\Jr Script's\Eastlink.ahk
Return
by jrachr
10 Apr 2024, 14:51
Forum: Ask for Help (v1)
Topic: Hotstring Key delay
Replies: 6
Views: 120

Re: Hotstring Key delay

@gregster. That part I knew. Sometimes have trouble typing slow. Was just hoping there was another option. If slower is only way then so be it.
by jrachr
10 Apr 2024, 14:45
Forum: Ask for Help (v1)
Topic: Hotstring Key delay
Replies: 6
Views: 120

Hotstring Key delay

Good day.Trying to find a way to put a key delay between the key presses in this hotstring between the 2 L's. Can it be done?

Code: Select all

:*:LL::
by jrachr
08 Apr 2024, 10:25
Forum: Ask for Help (v1)
Topic: Long press is not working Topic is solved
Replies: 78
Views: 3328

Re: Long press is not working Topic is solved

@Joey5. Tk's Joey but that wasn't it.Don't worry about it. Not that important. I will figure it out. Tk's again.
by jrachr
07 Apr 2024, 07:52
Forum: Ask for Help (v1)
Topic: Long press is not working Topic is solved
Replies: 78
Views: 3328

Re: Long press is not working Topic is solved

@rohwedder. I probably have put my Run, C:\Users\Jr\Desktop\Mute2.ahk in to run the wrong place. All i wanted was to long press d to Run the ahk. but still have normal use of the d key. Any help would be appreciated.Thank You. $d:: keywait, d, T0.5 if errorlevel Run, C:\Users\Jr\Desktop\Mute2.ahk el...
by jrachr
06 Apr 2024, 09:20
Forum: Ask for Help (v1)
Topic: Long press is not working Topic is solved
Replies: 78
Views: 3328

Re: Long press is not working Topic is solved

@rohwedder. My bad again.Should have made clear who my question was directed at. Anyways. Is this doable?

Code: Select all

$d::
keywait, d, T0.5
if errorlevel
	Run, C:\Users\Jr\Desktop\Mute2.ahk
else
	Send d
keywait, d
; d key down would immediately trigger $d:: again
return
by jrachr
06 Apr 2024, 08:15
Forum: Ask for Help (v1)
Topic: Long press is not working Topic is solved
Replies: 78
Views: 3328

Re: Long press is not working Topic is solved

Good day. So if I understand this by pressing d once it will delay .5 seconds and run this ahk? Or work as a normal d key(IE press dd in notepad,etc). It does not.I also tried holding down for a sec before releasing. This would be ideal for me if I can get to work.So question is can it be made to ru...
by jrachr
30 Mar 2024, 19:51
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Re: Wrap

I was trying to do both learn and print. At end of day trying to do to much at one time. Never thought of wordpad. Will check it out.What you show me will work perfectly. Thank You so much for all your trouble and HELP.Cheer's
by jrachr
30 Mar 2024, 16:47
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Re: Wrap

@joewinograd. First Joe. You are 200 percent correct.You people here helping can only work with the information you have to work with hence the 300 pixels. I tried to get this Print to Pdf to work so I could check as you suggested but could not figure it out. Any direction there would be apprecative...
by jrachr
30 Mar 2024, 12:40
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Re: Wrap

@JoeWinograd. Well finally got an ink cartridge Joe. Here is where I am at.Your script prints perfectly except for a couple of issues. 1. it only prints across the top of the page(I am guessing I need to increase Font size?). 2. It is printing the Test Print Ctrl + P on the very top of PNG along wit...
by jrachr
28 Mar 2024, 11:21
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Re: Wrap

@JoeWinograd. Well Joe.Murphy's Law.Got all ready for this and printer is out of ink.So when I get some I will get back to you. Once again thank's for your help. ; This script prints a GUI #Requires AutoHotkey v1.1.33.11 ; https://github.com/marius-sucan/AHK-GDIp-Library-Compilation #Include D:\Port...
by jrachr
27 Mar 2024, 19:04
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Re: Wrap

@JoeWinograd. Thank you very much Joe. I am not a script or a programmer which unfortunately for some of this you have to be but when people such as yourself explain it to people such as myself in simple English it is all so clear. As I said I will check tomorrow and get back to you. Cheer's
by jrachr
27 Mar 2024, 17:41
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Re: Wrap

Good Evening. This will be the last stab at this for me as I cannot figure it out. According to ahk this script should wrap after 300 pixels and then print what the wrapped gui shows when I press Ctrl & P. But it will not do that.All it does is print the 1 line straight across the page as if it was ...
by jrachr
24 Mar 2024, 19:47
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Re: Wrap

Thank you for such a quick answer. Cheer's
by jrachr
24 Mar 2024, 19:34
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 538

Wrap

GoodDay. I have searched for hours and can't get this. Where in here would I put Wrap to make this text wrap. ; This script prints a GUI #Requires AutoHotkey v1.1.33.11 ; https://github.com/marius-sucan/AHK-GDIp-Library-Compilation #Include D:\PortableApps\AutoHotkeyPortable\Data\lib standard\Gdip_A...
by jrachr
22 Mar 2024, 19:16
Forum: Ask for Help (v1)
Topic: Print Gui
Replies: 14
Views: 310

Re: Print Gui

@flyingDman. Sorry. Yes you are right.I am still very new at most of this. What I have is some Gui msgbox's I was able to create and run with ahk. Now what I would like to do is Modify these so they can be print off a title page like this for my roommate's . The script below work's fine but I would ...
by jrachr
22 Mar 2024, 17:52
Forum: Ask for Help (v1)
Topic: Print Gui
Replies: 14
Views: 310

Re: Print Gui

This will not work for me. Nobody what I do. Tk's Mikey and everyone else for having a look and trying to help me. Maybe some day further down the road I will get the hang of this. Cheer's for now.

Go to advanced search