Search found 99 matches

by surfactant
24 Jul 2019, 09:41
Forum: Ask for Help (v1)
Topic: variable in AHK Topic is solved
Replies: 4
Views: 735

Re: variable in AHK Topic is solved

Hi swagfag Awesome hint! A question about the response: What does something like "[4 of 7]" mean? Thank you! Global Variables (alphabetical) -------------------------------------------------- 0[1 of 3]: 0 A_Args: Object object {address: 0xDB410} ErrorLevel[1 of 3]: 0 myWorkArea[0 of 0]: myWorkAreaBo...
by surfactant
24 Jul 2019, 09:25
Forum: Ask for Help (v1)
Topic: variable in AHK Topic is solved
Replies: 4
Views: 735

variable in AHK Topic is solved

It seems to be difficult to understand the relationship between two variables below: myWorkArea and myWorkAreaBottom. Could you kindly give some clues? Thank you!

Code: Select all

SysGet, myWorkArea, MonitorWorkArea

MsgBox %myWorkAreaBottom%
by surfactant
08 Jul 2019, 08:40
Forum: Ask for Help (v1)
Topic: screen buttons to launch AHK scripts?
Replies: 5
Views: 1365

Re: screen buttons to launch AHK scripts?

A "toolbar" like the taskbar that takes its own reserved space and pushes other windows aside is called an appbar. So all you would need to do is to create an AHK Gui with buttons to launch your scripts, and transform that Gui into an appbar. Just search for "appbar" in this forum and you'll find a...
by surfactant
07 Jul 2019, 23:14
Forum: Ask for Help (v1)
Topic: screen buttons to launch AHK scripts?
Replies: 5
Views: 1365

Re: screen buttons to launch AHK scripts?

Nobody can give some suggestions?

Thanks!
by surfactant
06 Jul 2019, 01:48
Forum: Ask for Help (v1)
Topic: screen buttons to launch AHK scripts?
Replies: 5
Views: 1365

Re: screen buttons to launch AHK scripts?

wolf_II wrote:
05 Jul 2019, 22:39
you can do a new Toolbar like this: Choose a folder, put your favorite scripts in there.
20190706053524.png
Thank you for sharing your solution! It would be great if some buttons can be simply exposed on the screen to facilitate frequent use.
by surfactant
05 Jul 2019, 22:31
Forum: Ask for Help (v1)
Topic: screen buttons to launch AHK scripts?
Replies: 5
Views: 1365

screen buttons to launch AHK scripts?

Is it possible to create a dedicated taskbar which can be docked on the screen side and hold some buttons created to launch AHK scripts?

Thanks!
by surfactant
04 Jul 2019, 21:12
Forum: Ask for Help (v1)
Topic: independent numberic keyboard Topic is solved
Replies: 8
Views: 1632

Re: independent numberic keyboard Topic is solved

Hi @hoppfrosch It seems that you updated the link recommended. Let me try to understand how it works. Thanks!
by surfactant
03 Jul 2019, 22:42
Forum: Ask for Help (v1)
Topic: independent numberic keyboard Topic is solved
Replies: 8
Views: 1632

Re: independent numberic keyboard Topic is solved

Is it possile for AHK to know whether a key with a certain key value is pressed on the main keyboard or on an independant peripheral keyboard?

I'm not talking about numeric keys and extended numeric keys. They have different key values.

Thank you for your comments!
by surfactant
02 Jul 2019, 00:02
Forum: Ask for Help (v1)
Topic: independent numberic keyboard Topic is solved
Replies: 8
Views: 1632

Re: independent numberic keyboard Topic is solved

You might have a look at TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons by EvilC Thank you for the reference. I have already some hotkeys of multi-tap and long hold. It seems that an extended keyboard would be great for one-stro...
by surfactant
01 Jul 2019, 22:30
Forum: Ask for Help (v1)
Topic: independent numberic keyboard Topic is solved
Replies: 8
Views: 1632

independent numberic keyboard Topic is solved

If somebody has been using AHK for many years, I think he does hope the keyboard has as many keys as possile. Is it possible to make keys on an independent numberic keyboard to have key values different from those of keys on the full keyboard? If yes, it can be used as a truly entended keyboard and ...
by surfactant
29 Jun 2019, 13:17
Forum: Ask for Help (v1)
Topic: fail: ^Down::#Tab Topic is solved
Replies: 2
Views: 691

Re: fail: ^Down::#Tab Topic is solved

flyingDman wrote:

Code: Select all

^Down::send #{Tab}
@flyingDman It works! Thank you!

It seems that only # combinations have the issue. Difficult to understand.
by surfactant
29 Jun 2019, 09:45
Forum: Ask for Help (v1)
Topic: fail: ^Down::#Tab Topic is solved
Replies: 2
Views: 691

fail: ^Down::#Tab Topic is solved

I have a long time annoyance with AHK ----- Win combination hot keys.

For example:

Code: Select all

^Down::#Tab
fails

What's wrong with my basic understanding about how AHK works? Thanks!
by surfactant
28 Jun 2019, 23:02
Forum: Ask for Help (v1)
Topic: run a single AHK command in windows cmd? Topic is solved
Replies: 13
Views: 4183

Re: run a single AHK command in windows cmd? Topic is solved

@tmplinshi @ahk7

Thank you both for the very very interesting solution!

(donot know why the forum doesnot allow more than one post to be accepted as the solution)
by surfactant
28 Jun 2019, 13:10
Forum: Ask for Help (v1)
Topic: run a single AHK command in windows cmd? Topic is solved
Replies: 13
Views: 4183

Re: run a single AHK command in windows cmd? Topic is solved

jeeswg wrote:
28 Jun 2019, 12:25
You could have a script that simply executes a function.
Are you sure you are talking about running a AHK command in a Windows .bat file or command line?

Thanks!
by surfactant
28 Jun 2019, 13:08
Forum: Ask for Help (v1)
Topic: run a single AHK command in windows cmd? Topic is solved
Replies: 13
Views: 4183

Re: run a single AHK command in windows cmd? Topic is solved

ahk7 wrote:
28 Jun 2019, 11:31
if you want to run an AHK command you prefix it with a+space+your command, like so
a MsgBox Hello There will show a msgbox.
What did you mean? Where do you put the a MsgBox Hello There to run? Thanks!
by surfactant
28 Jun 2019, 06:26
Forum: Ask for Help (v1)
Topic: run a single AHK command in windows cmd? Topic is solved
Replies: 13
Views: 4183

Re: run a single AHK command in windows cmd? Topic is solved

example for DOS window , size / position / color dos commands DEL or ERASE is same as filedelete ( maybe use ahk command filerecycle ) Thank you for your reply! As far as I know, dos commands DEL or ERASE simply delete the files from the disk completely, rather than moving them to the recycle being...
by surfactant
28 Jun 2019, 03:16
Forum: Ask for Help (v1)
Topic: run a single AHK command in windows cmd? Topic is solved
Replies: 13
Views: 4183

Re: run a single AHK command in windows cmd? Topic is solved

@Rohwedder Thank you for the solution! If AHK command can be used as windows native commands, many jobs could be simplified.
by surfactant
28 Jun 2019, 01:15
Forum: Ask for Help (v1)
Topic: run a single AHK command in windows cmd? Topic is solved
Replies: 13
Views: 4183

run a single AHK command in windows cmd? Topic is solved

I wonder whether it's possible to run a single AHK command in windows command line, like in the hypothetical (failing) command line below:

Code: Select all

"C:\Program Files\AutoHotkey\AutoHotkey.exe" FileRecycle, C:\000\*.txt
Thanks!

Go to advanced search