topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 26, 2025, 8:36 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 5 6 7 8 9 [10]
91
General Software Discussion / Re: Problem auto-typing into Notepad??
« Last post by Ath on January 31, 2025, 04:25 PM »
has Microsoft done something bad to Notepad, of all things?

Well, starting with Windows 11 they for sure broke Windows Explorer, so why not notepad... :o

AFAICS, they let some new interns, probably all younger than Windows 7, rewrite both Explorer and Notepad, and dumped the first alpha on the general public. NB: I've refrained from using Notepad for many years, as it's totally useless compared to any alternative available.
92
General Software Discussion / Problem auto-typing into Notepad??
« Last post by rjbull on January 31, 2025, 07:22 AM »
I'm running Windows 11 Pro 23H2 (and trying to avoid bug-riddled 24H2).  It has Windows Notepad 11.2410.21.0.  I was trying out a macro in AlomWare Toolbox that was supposed to type text into Notepad but no other program.  The text kept hanging.  I could make it type a bit more by pressing some other key, but it rarely if ever wanted to type the entire text, and if it did, it was so slow you'd have given up on it.  After some to and fro with Toolbox's author, I thought to try the same idea with Macro Express and with AutoHotKey.  I got the same sort of result.

Please, can anyone confirm this as a problem with their own system?  I.e., has Microsoft done something bad to Notepad, of all things?
93
Hey there, thanks, I downloaded it last week but was on vacation, so I only really started testing it today.
History length appears to work fine :)

Now I've had another idea: since the application handles multiple layouts, I suppose it may be preferable for each layout to have its own button properties instead of those being a global thing.
However that's really just an idea, not really something I need to be changed.

I've actually thought about that along with a few other layout specific stuff down the road.
94
Hey there, thanks, I downloaded it last week but was on vacation, so I only really started testing it today.
History length appears to work fine :)

Now I've had another idea: since the application handles multiple layouts, I suppose it may be preferable for each layout to have its own button properties instead of those being a global thing.
However that's really just an idea, not really something I need to be changed.
95
Post New Requests Here / Re: Variable-speed repeated button press
« Last post by nkormanik on January 20, 2025, 12:29 AM »
All looks great, Vic!!

I hope others will comment as well.
96
N.A.N.Y. 2025 / Re: [Release] nKeyPress v1.0
« Last post by paradisusvic on January 19, 2025, 08:20 PM »
nKeyPress v1.0 released! :Thmbsup:

First post updated accordingly.
97
Mini-Reviews by Members / Re: Lattics - observations and comments from a user
« Last post by Dormouse on January 19, 2025, 06:42 PM »
Backups used to be in json format; I'm not sure now, although they still seem to be readable.
I've had a very quick look in both text editor and Easy Data Transform.
Not json.
But pretty confident that I can extricate the text in a useful form, should that ever be needed.

The value of the workflows for general PKM notes has gradually become more apparent, so this is a useful confidence boost. My most recent stance had been to use Lattics for notes where using it had a clear advantage. I'm now shifting to a trial of using it for all notes, except when there's a strong reason for using a different program. The main advantages are practice and inertia, which has been the case since I started with putting writing related notes in. Those notes are my bread and butter and the pull of gravity has taken over.
98
Post New Requests Here / Re: Variable-speed repeated button press
« Last post by paradisusvic on January 18, 2025, 10:06 PM »
Hi Nick, your program is pushed to GitHub :) the hotkeys are like this:

                        case 0: parent.AdjustRest(true); break;        // Ctrl-Minus
                        case 1: parent.AdjustRest(false); break;       // Ctrl-Plus
                        case 2: parent.StopLoop(); break;              // Ctrl-Shift-Minus
                        case 3: parent.SetPlusMultiplier(); break;     // Ctrl-Shift-Plus
                        case 4: parent.ResetRest(); break;             // Ctrl-Asterisk
                        case 5: parent.ExitProgram(); break;           // Ctrl-Slash
                        case 6: parent.SetMinusMultiplier(); break;    // Ctrl-Alt-Minus
                        case 7: parent.SetInitialRest(); break;        // Ctrl-Alt-Asterisk
                        case 8: parent.ResetVariables(); break;        // Ctrl-Shift-Asterisk
                        case 9: parent.SetRounds(); break;             // Ctrl-Alt-/

Source: https://github.com/p...ram.cs#L53C25-L62C85



nKeyPress can be considered complete "as is" :Thmbsup:

Please do feel free to say if you need a modification (such as making the values persist between runs --that's your call!).

N.A.N.Y. release thread: https://www.donationcoder.com/forum/index.php?topic=54766.0

Cheers,
 🤗
Vic
99
N.A.N.Y. 2025 / [NANY] nKeyPress v1.0
« Last post by paradisusvic on January 14, 2025, 10:19 PM »
nKeyPress v1.0

Page-Down that automatically repeats.  Once every 5 seconds (configurable).

Release links:


Made for: nkormanik

Original thread: Variable-speed repeated button press.

Enjoy!
Vic
100
N.A.N.Y. 2025 / Re: [Release] KeyStick v1.0
« Last post by paradisusvic on January 14, 2025, 10:14 PM »
KeyStick v1.0 released & first post updated :Thmbsup:

https://github.com/paradisusio/keystick/releases/tag/v1.0
Pages: prev1 ... 5 6 7 8 9 [10]