Search found 16 matches

by rokkyboy
24 May 2020, 09:23
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 172878

Re: Radial menu scripts

Hello, Has anyone explored the idea of mapping keys to Radial Menu so that: 1. Once Radial Menu is open (in default setting, it would be right click and mouse-move down) 2. each button would show a key-binding in some way (Maybe something like vimium for chrome?) 3. simulate clicking of a button usi...
by rokkyboy
14 Jan 2020, 06:16
Forum: Ask for Help (v1)
Topic: Contextual - Text Expansion
Replies: 10
Views: 1263

Re: Contextual - Text Expansion

guest3456 wrote:
13 Jan 2020, 11:07
rokkyboy wrote:
13 Jan 2020, 10:48
Yep Weird... any ideas?
what does the unicode msgbox say? and what encoding are you saving the script file in?
The unicode msgbox says "unicode" and I'm not sure how to check the encoding of the script file. How do I go about doing that?
by rokkyboy
14 Jan 2020, 06:13
Forum: Ask for Help (v1)
Topic: Targeting buttons
Replies: 4
Views: 562

Re: Targeting buttons

I have used image recognition and location-based mouse-click as a workaround where both are prone to break. how do they break? for example, in your image, you would want to make sure that you are searching for an image of the paint can, but WITHOUT the yellow color underneath. you wouldn't want to ...
by rokkyboy
13 Jan 2020, 10:48
Forum: Ask for Help (v1)
Topic: Contextual - Text Expansion
Replies: 10
Views: 1263

Re: Contextual - Text Expansion

Yep Weird... any ideas?
by rokkyboy
13 Jan 2020, 09:11
Forum: Ask for Help (v1)
Topic: Contextual - Text Expansion
Replies: 10
Views: 1263

Re: Contextual - Text Expansion

Yep, tried... but still getting:

Cap 2020-01-13 23-11-32-216.png
Cap 2020-01-13 23-11-32-216.png (2.93 KiB) Viewed 1162 times
by rokkyboy
13 Jan 2020, 07:48
Forum: Ask for Help (v1)
Topic: Contextual - Text Expansion
Replies: 10
Views: 1263

Re: Contextual - Text Expansion

Hello, Thank you for the help! This looks perfect to get me started. Can you also help why it wouldn't work when I change the Key/Value pair from one digit to two digits? For example: ASC := {AR:"Architecture",ST:"Structure",CI:"Civil"} I obviously changed the position of the string as well: ASCn :=...
by rokkyboy
12 Jan 2020, 23:44
Forum: Ask for Help (v1)
Topic: Targeting buttons
Replies: 4
Views: 562

Targeting buttons

Hello guys, When I want to map hotkeys to a button in application that where the application: + does not have existing hotkeys + does not allow to build custom hotkeys to a button I have used image recognition and location-based mouse-click as a workaround where both are prone to break. Does anyone ...
by rokkyboy
12 Jan 2020, 23:25
Forum: Ask for Help (v1)
Topic: Contextual - Text Expansion
Replies: 10
Views: 1263

Contextual - Text Expansion

Happy new year everyone. I wasn't sure how to properly title this one so let me know if you have a better one: I would like to type a text consisting of different nomenclature and later make it expand. Below would be how the text is built: - Company A/B/C - Area 001/002/003 - A - Architecture S - St...
by rokkyboy
24 Jan 2018, 01:43
Forum: Ask for Help (v1)
Topic: Get path of an active file
Replies: 2
Views: 883

Get path of an active file

Hey guys, Is there an easy way to get path of an active file, be it excel, word, or others? or is it difficult to achieve this as accessing path information varies from an application to application? The workflow I'm trying to automate is follows: 1. I'm working on a file (Excel, Powerpoint, Word, P...
by rokkyboy
04 Sep 2017, 18:11
Forum: Ask for Help (v1)
Topic: Using Keyboard to Move Mouse Cursor around Lines on Screen
Replies: 2
Views: 696

Re: Using Keyboard to Move Mouse Cursor around Lines on Screen

HotKeyIt wrote:Here is something to start with, press WinKey+Left/Right/Up/Down to follow the line:

Wow Thanks! Didn't think it would be this simple to get the idea started. Thank you!
by rokkyboy
03 Sep 2017, 10:02
Forum: Ask for Help (v1)
Topic: How to make Keyboard only accept AHK Script?
Replies: 0
Views: 408

How to make Keyboard only accept AHK Script?

Hello, Is there a way to create a switch that turns on/off a state of the keyboard so that all keys are: 1. intercepted by AHK 2. will execute only through AHK scripts so that any keys not defined by AHK will not do anything? I'm trying to write a script so that depending on which "state/mode" you a...
by rokkyboy
03 Sep 2017, 07:10
Forum: Ask for Help (v1)
Topic: Possibility to display all input areas on the screen and quickly jump to any?
Replies: 1
Views: 599

Possibility to display all input areas on the screen and quickly jump to any?

Hello, would it be possible to write a script so when a key is pressed, it will somehow highlight all the input areas such as checkboxes, text areas, dropdowns, and and also show a numeric value next to it, so that by pressing that number, your cursor will jump to it? I'm trying to work with an appl...
by rokkyboy
03 Sep 2017, 06:01
Forum: Ask for Help (v1)
Topic: How to prevent certain keys from not working when using AHK
Replies: 1
Views: 548

How to prevent certain keys from not working when using AHK

Hello, When using AHK, especially when running something like Radials along with other day-to-day scripts, there are times when certain buttons doesn't work or gets stuck-state. Like the system would have CTRL key pressed down all the time, or right-button mouse wouldn't work, etc. I usually restart...
by rokkyboy
03 Sep 2017, 05:57
Forum: Ask for Help (v1)
Topic: Using Keyboard to Move Mouse Cursor around Lines on Screen
Replies: 2
Views: 696

Using Keyboard to Move Mouse Cursor around Lines on Screen

Hello, I had an interesting Idea. I work in the Architecture/Engineering/Construction, known as the AEC industry. They spend a lot of time with drawings, picking points to select lines and others. As you can imagine this is very non-ergonomic for your wrist. Image Recognition Mouse Movement.JPG Woul...
by rokkyboy
03 Sep 2017, 05:45
Forum: Ask for Help (v1)
Topic: Preserving existing Keyboard layout tricks?
Replies: 0
Views: 373

Preserving existing Keyboard layout tricks?

Hello all, After few years of using Autohotkey, I find myself staying away from using multiple modifier keys to save my fingers. However, using a single modifier key has limited mapping possibilities without interfering with existing mapped keys for day-to-day applications. I've used Capslock as a m...
by rokkyboy
02 Sep 2017, 08:34
Forum: Ask for Help (v1)
Topic: Modifier key to block keyboard input? + multiple key combinations for hotkey
Replies: 1
Views: 486

Modifier key to block keyboard input? + multiple key combinations for hotkey

Hello, I was looking at chording and was curious if there is a way to press a modifier key that will block keyboard input, and allow key combinations to execute any script upon the release of that modifier key. For example, 1. holding down Capslock will block any additional key presses as an input (...

Go to advanced search