Search found 11 matches

by jomaweb
16 Apr 2024, 11:22
Forum: Ask for Help (v1)
Topic: how to change special function key in kinesis keyboard
Replies: 2
Views: 71

Re: how to change special function key in kinesis keyboard

Yes. It's recognized as FN key but no release event
by jomaweb
16 Apr 2024, 11:03
Forum: Ask for Help (v1)
Topic: how to change special function key in kinesis keyboard
Replies: 2
Views: 71

how to change special function key in kinesis keyboard

i got a kinesys keyboard with a FNN key, so far so good, but this key behaves as BLOQ keys, i mean, you press it and the function keys are all active until you press it again. This is driving me mad. I want it to behave as any other keyboard FN key (similar to Shift key) only be active while pressed...
by jomaweb
09 Feb 2021, 02:37
Forum: Ask for Help (v1)
Topic: start hidden at boot
Replies: 1
Views: 142

start hidden at boot

I have a working script that parses for matching text inside a file when keybinding Ctrl+L is pressed. Works great so far but two annoying thins I want to change: 1. the window opens when booting the PC and keeps in the middle of screen until I close it. I would like to start hidden 2. the sucessive...
by jomaweb
18 Jan 2021, 11:08
Forum: Ask for Help (v1)
Topic: simple script only works the first time I use it Topic is solved
Replies: 6
Views: 229

simple script only works the first time I use it Topic is solved

My script is simple, reads a file and greps for mathing words. Escape key to close GUI. The issue is it only works once. After first use the window icon appears on windows bar but is not visible. I have to reload script to make GUI viisble again. #NoEnv ; Recommended for performance and compatibilit...
by jomaweb
21 Dec 2020, 13:27
Forum: Ask for Help (v1)
Topic: read file to match input as you write and show it below Topic is solved
Replies: 11
Views: 892

Re: read file to match input as you write and show it below Topic is solved

@Smile_
Great!

is there any way of searching words not together?

IMagine this file:

Code: Select all

vim move jump to next
vim file save document
Vscode .....

If I search "vim jump" nothing is shown.
by jomaweb
21 Dec 2020, 13:21
Forum: Ask for Help (v1)
Topic: read file to match input as you write and show it below Topic is solved
Replies: 11
Views: 892

Re: read file to match input as you write and show it below Topic is solved

thanks @mikeyww

I will study your script to learn (newbie here)

Regards
by jomaweb
21 Dec 2020, 13:20
Forum: Ask for Help (v1)
Topic: read file to match input as you write and show it below Topic is solved
Replies: 11
Views: 892

Re: read file to match input as you write and show it below Topic is solved

Hi teadrinker this is really simpler. is there any way of searching words not together? IMagine this file: vim move jump to next keybinds... vim file save document keybinds... Vscode ..... If I search "vim jump" nothing is shown. I will study both scripts to be a little more proficient in Ahk script...
by jomaweb
20 Dec 2020, 06:11
Forum: Ask for Help (v1)
Topic: read file to match input as you write and show it below Topic is solved
Replies: 11
Views: 892

read file to match input as you write and show it below Topic is solved

I have a very simple working script that reads a file and shows any line with a matching text from user input. I want such a script to use as "cheatsheet hotkeys helper" when working, so my file has this structure (just an example): vscode open file Ctrl + O vscode save file Ctrl + S Spyder compile ...

Go to advanced search