ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2022

N.A.N.Y. 2022 - KeyLoop v0.1.0

(1/3) > >>

publicdomain:
NANY 2022 Entry Information
Application Name KeyLoop Version v0.1.0 Short Description Loops hitting a key with configurable simulated presses and delay. Supported OSes Windows 7 or above, along with .NET 4.5+ Web Page https://github.com/publicdomain/keyloop/ Download Link https://github.com/publicdomain/keyloop/releases/tag/v0.1.0 System Requirements
* .NET Framework Runtime v4.5 or aboveVersion History
* v0.1.0 - First release for N.A.N.Y. 2022Author PublicDomainVic @ https://github.com/publicdomain

Description
The purpose of the program is to simulate pressing a key in an unattended way.
It was created in response to adamok70's request: searching for a solution to simulate pressing F11 Key on Keyboard.

Features
* Hotkey on CTRL + K.
* Refresh target windows.
* Configurable key, number of presses and interval.
* Remember settings.
* Minimize on loop start.
* Always on top.

Planned Features
New features can be implemented/added in response to requests by fellow users.

Screenshots


Usage
Installation
Unzip release file.

Using the Application
Open KeyLoop.exe, select target window and press "Start loop" button.

Uninstallation
Simply delete all files.

Tips
- CTRL+K can be used instead of clicking the start/stop button.
- It has an option to minimize on loop start. Useful in case the target program needs to be fully visible.

Known Issues
No Known issue.

Contro:
public what is the program for ?
 :-\ :-* :P

publicdomain:
public what is the program for ?
-Contro (January 03, 2022, 03:47 PM)
--- End quote ---

Hello again dear Contro :) The program is meant to address adamok70's thread: searching for a solution to simulate pressing F11 Key on Keyboard.

Hence, it presses a key repeatedly using a configurable timer delay/interval.

First post above is updated to reflect new release information.

Feel free to use, report & enjoy!

Cheers :Thmbsup:
Vic

orlith:
Hello @publicdomain
Great tool , do everything I want except few things :)

May I ask for enhancements if possible :

- ability to change Hotkey
- set infinite loop
- Don't bring focus on the windows it is supposed to key in. (like Auto-keyboard by Murgee), key in the background

Thx
public what is the program for ?
-Contro (January 03, 2022, 03:47 PM)
--- End quote ---

Hello again dear Contro :) The program is meant to address adamok70's thread: searching for a solution to simulate pressing F11 Key on Keyboard.

Hence, it presses a key repeatedly using a configurable timer delay/interval.

First post above is updated to reflect new release information.

Feel free to use, report & enjoy!

Cheers :Thmbsup:
Vic
-publicdomain (January 04, 2022, 01:49 PM)
--- End quote ---

publicdomain:
Hello @publicdomain

Great tool , do everything I want except few things :)

May I ask for enhancements if possible :

- ability to change Hotkey
- set infinite loop
- Don't bring focus on the windows it is supposed to key in. (like Auto-keyboard by Murgee), key in the background

Thx
-orlith (February 28, 2024, 06:10 AM)
--- End quote ---

Hello & good day @orlith! Glad you're liking the program  :Thmbsup: Do feel free to call me Vic  :)

Regarding the last one, please be aware that unfocused key "presses" are sent via direct Windows API so it depends on how each individual program handles the messages. This mostly works with "traditional" applications that use normal windows; it is the more elaborated ones taking over full screen and doing custom event processing that I've seen having issues. Just wanted to inform about this, in case you're planning to use the feature in a game or some other app with a non-standard window events processing.


Okay! Your request is acknowledged & I begin to add to KeyLoop's code. Please "ping" when you're around again :up:

Cheers!

Navigation

[0] Message Index

[#] Next page

Go to full version