Search found 334 matches

by MIRKOSOFT
13 Aug 2021, 17:26
Forum: Ask for Help (v1)
Topic: Each key/mouse event detection routine as first - possible?
Replies: 3
Views: 276

Re: Each key/mouse event detection routine as first - possible?

Problem is that it detects only f, f Up, LButton, LButton Up

Or?

I need - in example named "all" what is each key and mouse button and wheel:

Code: Select all

~all::
; do action
; takes action result into variable
; jumps to test assigned keys with variable use
Return
Miro
by MIRKOSOFT
02 Aug 2021, 20:06
Forum: Ask for Help (v1)
Topic: Each key/mouse event detection routine as first - possible?
Replies: 3
Views: 276

Each key/mouse event detection routine as first - possible?

Hi! I need for some actions use some variables to let script know values. I need any detection routine to run after any: - key down - key up - mouse button down - mouse button up - mouse move and only when it passes test specified key assignments. Is it by any way possible? Even to avoid mistakes li...
by MIRKOSOFT
27 Apr 2021, 18:24
Forum: Ask for Help (v1)
Topic: Possible to get file type of selected / sending Ctrl+Alt+Del Q
Replies: 2
Views: 229

Re: Possible to get file type of selected / sending Ctrl+Alt+Del Q

It is possible to enable CtrlAltDel in Windows, look here: REGEDIT HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies expand to find System, if doesn't exist create key "System" and create New DWORD(32) value "DisableTaskMgr" set value to 0 That's all. But Send ^!{Delete} works not...
by MIRKOSOFT
12 Apr 2021, 20:22
Forum: Ask for Help (v1)
Topic: Possible to get file type of selected / sending Ctrl+Alt+Del Q
Replies: 2
Views: 229

Possible to get file type of selected / sending Ctrl+Alt+Del Q

Hi! I want to ask two questions, first simple: How to correctly send Ctrl+Alt+Del? I have remapped by registry Pause/Break to Del and it is problem to hit that keystroke... Q2: When I select file, I want to open it in application by type in order to script, not by associated application in Windows. ...
by MIRKOSOFT
27 Nov 2020, 19:04
Forum: Ask for Help (v1)
Topic: How to remap Wake, Sleep and Power keys?
Replies: 4
Views: 2349

Re: How to remap Wake, Sleep and Power keys?

Use this:

https://github.com/randyrants/sharpkeys/releases

Nice solution for remapping keys when you cannot start AHK.
I'm using it when I need to use keys which are not easy accessible also by AHK.

Miro
by MIRKOSOFT
22 Aug 2020, 07:17
Forum: Ask for Help (v1)
Topic: Trying to create LOCK key of any other than Caps/Num
Replies: 0
Views: 282

Trying to create LOCK key of any other than Caps/Num

Hi! I have used Lock keys Caps and Num of course in default function, only ScrLk not - also I'm using Kana Lock (created by KbdEdit software for custom layouts). Kana Lock works by layout definition. I want to use ScrLock but I need else one - LOYA Lock will be used in ScrLk and remaining is ROYA. I...
by MIRKOSOFT
17 Aug 2020, 18:04
Forum: Ask for Help (v1)
Topic: AutoHotKey V1 vs V2 pros
Replies: 0
Views: 641

AutoHotKey V1 vs V2 pros

Hi! I want to reinstall Windows and want to use maybe V2 aplha version in system. I'm aware that's not final release and scripts will require changes. My Q is mainly for keyboard identification if are more than one used. But also other pros between V1 and V2 - also in order that future is I think in...
by MIRKOSOFT
04 Aug 2020, 10:45
Forum: Ask for Help (v1)
Topic: Disabling Windows key - makes it all combinations unusable?
Replies: 0
Views: 587

Disabling Windows key - makes it all combinations unusable?

Hi! I have externally remapped (by registry) Windows key to another. Reason was first to disable Start menu popup. I have programmable mouse and I want to map one key as Win key modifier, but want to avoid Start menu popup. So, I can do this: ~LWin::return ~RWin::return But it disables also combinat...
by MIRKOSOFT
21 Jul 2020, 19:26
Forum: Ask for Help (v1)
Topic: Customizing Start button actions or area - click works not
Replies: 3
Views: 1827

Re: Customizing Start button actions or area - click works not

I forgot to write - I'm using 4 monitor config.
Start button is only one 3rd in config (from left to right):
1. CRT 1024x768
2. LCD 1920x1080
3. LCD 1920x1200 - here is start button
4. LCD 1920x1200

Is it more clear?
Miro
by MIRKOSOFT
15 Jul 2020, 08:10
Forum: Ask for Help (v1)
Topic: Customizing Start button actions or area - click works not
Replies: 3
Views: 1827

Customizing Start button actions or area - click works not

Hi! I'm using AHK long time but again I'm lost. On my Windows 10 I'm using Actual Window Manager and it makes problems with Start button and I want to create own rules. I'm using two start menus - native and Start10. While is taskbar original in Windows, Start menu displays correctly. But I remapped...
by MIRKOSOFT
22 May 2020, 11:14
Forum: Ask for Help (v1)
Topic: Any application catching GTK3 keynames?
Replies: 0
Views: 251

Any application catching GTK3 keynames?

Hi! I have custom keyboard layout installed in Windows and need map it in one application which supports only GTK3 keynames in config file. Problem is that GTK3 has not scancodes or keycodes, only names. I'm not sure after my layout modification of correct keynames and some working not. Exist any ap...
by MIRKOSOFT
04 May 2020, 20:05
Forum: Ask for Help (v1)
Topic: Is possible to get active keyboard layout?
Replies: 11
Views: 1997

Re: Is possible to get active keyboard layout?

Ok, I do it later.
Miro
by MIRKOSOFT
04 May 2020, 09:46
Forum: Ask for Help (v1)
Topic: Is possible to get active keyboard layout?
Replies: 11
Views: 1997

Re: Is possible to get active keyboard layout?

I tested without installing but nothing changed when switching layouts - the same ID.

Maybe other method, that allows to generate at least two values? If I can get ID for one layout and if it is not the same determine other.
Really I need only for differ them 'cause it is purpose
by MIRKOSOFT
04 May 2020, 09:30
Forum: Ask for Help (v1)
Topic: Is possible to get active keyboard layout?
Replies: 11
Views: 1997

Re: Is possible to get active keyboard layout?

Is req'd to install own layout?
'Cause I'm using KbdEdit to create new, edit or export and if it is req'd for script I think I will do.
My layouts are not visible in Locale Builder - but registered in system by KbdEdit.

Miro
by MIRKOSOFT
02 May 2020, 17:00
Forum: Ask for Help (v1)
Topic: Is possible to get active keyboard layout?
Replies: 11
Views: 1997

Re: Is possible to get active keyboard layout?

I'm using two custom created keyboard layouts.
I downloaded and installed even Locale Builder from Microsoft page.
There's no choice to add custom layout to buid own one.

Any idea?
Miro
by MIRKOSOFT
02 May 2020, 08:48
Forum: Ask for Help (v1)
Topic: Is possible to get active keyboard layout?
Replies: 11
Views: 1997

Is possible to get active keyboard layout?

Hi! I'm using two keyboard layouts and tried to get active layout by command line, but not successfully. I want to ask if is possible to get active keyboard layout by AHK inside script? It can allow me (possibly) also to delete layout switch keys - currently I have selected and by sending combinatio...
by MIRKOSOFT
20 Apr 2020, 19:03
Forum: Ask for Help (v1)
Topic: Is possible to get <input> (keyboard, keypad, etc.) source for each keypress or mouse click?
Replies: 1
Views: 312

Is possible to get <input> (keyboard, keypad, etc.) source for each keypress or mouse click?

Hi! I'm using not single keyboard and also mouse has not only buttons on device: 1. main keyboard with trackball incl. two mouse buttons 2. numeric block 3. mouse There are some keys/buttons the same. I need to have as comfortable as possible use of each. So, I need to know if was left and right but...
by MIRKOSOFT
20 Apr 2020, 18:39
Forum: Ask for Help (v1)
Topic: Is possible to get file name path of file opened in active application?
Replies: 2
Views: 347

Re: Is possible to get file name path of file opened in active application?

I know. I write example of use. I open assembler editor GUI and I need to generate also version by time and compile number to notes. So, when I click compile (automated by AHK) it first add note to assembler source as text, then save it and compile. Then I can get always actual compile attempt numbe...
by MIRKOSOFT
19 Apr 2020, 19:17
Forum: Ask for Help (v1)
Topic: Is possible to get file name path of file opened in active application?
Replies: 2
Views: 347

Is possible to get file name path of file opened in active application?

Hi! Simply: 1. I open any application 2. Select file and have application active ... I need for script to get file name path of file opened in active application. Is it possible? I'm using mainly in case of file and folders handling script function which was helped me in this forum earlier and works...
by MIRKOSOFT
14 Apr 2020, 18:07
Forum: Ask for Help (v1)
Topic: Script for one purpose only: press key and exit - how?
Replies: 2
Views: 524

Re: Script for one purpose only: press key and exit - how?

Thank you very much!
The second version works perfectly.

Miro

Go to advanced search