Page 2 of 3

Re: LeoMoon HotKeyz

Posted: Tue May 12, 2020 3:15 pm
by leomoon
Fuzzy text will be fixed in the next version.

Also I'm adding snap options, changing location, resizing, transparency and on top toggle to HotKeyz. So you'll be able to resize active window to a custom size using a hotkey for example.

Re: LeoMoon HotKeyz

Posted: Mon May 18, 2020 4:27 pm
by leomoon
Hello,

Version 1.8.0 is out.

Added a new active window section with these actions:
Close
Minimize
Terminate
Transparency +
Transparency -
Toggle On Top
Take Screenshot
Snap Fullscreen
Snap Top (1x2)
Snap Bottom (1x2)
Snap Left (2x1)
Snap Right (2x1)
Snap Left (3x1)
Snap Mid (3x1)
Snap Right (3x1)
Snap Top Left (2x2)
Snap Top Right (2x2)
Snap Bottom Left (2x2)
Snap Bottom Right (2x2)
Snap Top Left (3x2)
Snap Top Mid (3x2)
Snap Top Right (3x2)
Snap Bottom Left (3x2)
Snap Bottom Mid (3x2)
Snap Bottom Right (3x2)
Toggle Ghost (Advanced)
Custom Move and/or Resize

Re: LeoMoon HotKeyz

Posted: Wed May 20, 2020 6:13 am
by Midas
Nice going, leomoon. I can confirm blurriness is gone from this version. :sunglasses:

In yet another very minor cosmetic niggle, it would be nice if in HotKeyz initial settings view columns would be constrained to the default viewport, thus not showing any scrollbars unless absolutely needed or manually expanded by user (see 1st screen below).

Plus, could there be a simple "Center" option in that window manipulation action list?

Image

Image

Re: LeoMoon HotKeyz

Posted: Wed May 20, 2020 10:06 am
by leomoon
Perfect.

I should be able to fix the first scrollbar but I'm not sure about the second one.

About the "Center" option, yea that's very easy to do.

I'll do these changes soon.

Re: LeoMoon HotKeyz

Posted: Wed May 20, 2020 1:32 pm
by Midas
leomoon wrote: I should be able to fix the first scrollbar but I'm not sure about the second one.

About the "Center" option, yea that's very easy to do.

Sorry, I only meant the one in the first screenshot. What second one?

And thanks for your consideration of my suggestions. :slightly_smiling_face:

Re: LeoMoon HotKeyz

Posted: Sat May 23, 2020 11:12 pm
by leomoon
I'm happy to say that the lag when moving, resizing, snapping and changing transparency of active windows is now fixed. :D That lag was bothering me a lot!

Here is the changelog for LeoMoon HotKeyz 1.8.1

REMOVED ACTIONS:
- Restart (Forced)
- Shutdown (Forced)

BREAKING CHANGES. If you are using any of these actions, please delete and add them again:
- Lock
- Log Off
- Restart
- Shutdown

Added new items to System actions:
- Empty Recycle Bin
- Turn Off Monitors
- Start Screensaver
- Start Screensaver And Lock

Added new items to Active Window actions:
- Move Center
- Move Top Left
- Move Top Mid
- Move Top Right
- Move Bottom Left
- Move Bottom Mid
- Move Bottom Right

Fixed the lag when moving and resizing and snapping windows
Fixed the lag when chaining transparency
Fixed an issue with running programs with parameters
Improved Transparency module
Minor UI changes

https://leomoon.com/downloads/desktop-a ... n-hotkeyz/

Re: LeoMoon HotKeyz

Posted: Sun May 24, 2020 5:45 am
by Midas
Cool. :sunglasses:

Care to elaborate a little on that "Run as Batch command" action?

For instance, is the file field meant to point to a BAT file when this option is set?

Image

Re: LeoMoon HotKeyz

Posted: Sun May 24, 2020 11:45 am
by leomoon
With that checked, it will run the contents of the input field as is in a hidden command prompt (I should probably disable "Browse File" button when "Run as Batch command" is checked). Without that checked, you can run any kind of file even batch files.

These are some examples:
RunDll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
START "" "C:\Program Files (x86)\VMware\VMware Workstation\vmrun" -T ws start "C:\VMs\Virtual.vmx"

Another example would be, let's say there is a Windows service that fails once in a while. You can assign a hotkey to the Batch command below and restart it with a hotkey:
net stop "Service Name" && net start "Service Name"

You can even write one line Batch if statement and it will execute properly if "Run as Batch command" is checked.

Re: LeoMoon HotKeyz

Posted: Mon May 25, 2020 1:02 am
by leomoon
I have also made a small utility called LeoMoon PlaybackSwitch.

This will loop through and select the next available playback device with a small tooltip showing the name, every time it gets executed (I switch between my headset and speakers a lot.).

You can assign a hotkey to this small app and switch your playback device quickly.
https://leomoon.com/downloads/desktop-a ... ackswitch/

Re: LeoMoon HotKeyz

Posted: Mon Jan 04, 2021 2:52 am
by Andrew Lee
Not sure why this app hasn't been added to the database yet. Seems to tick all the boxes, and though it's a 32-bit app, it seems to have no problem working on top of 64-bit apps in my testing on Windows 10.

I have added it to the database: https://www.portablefreeware.com/?id=3041

Re: LeoMoon HotKeyz

Posted: Mon Jan 04, 2021 9:10 am
by Midas
Voted! 8)

BTW, LeoMoon HotKeyz latest release is v1.8.3 from 2020-06-09 (changelog and download at leomoon.com/downloads/desktop-apps/leomoon-hotkeyz/).

Re: LeoMoon HotKeyz

Posted: Wed May 19, 2021 10:19 pm
by leomoon
Hello again,

Version 1.8.5 is out.

Here's the changelog.
1.8.5 2021-05-16:
- Fixed a bug with “Empty Clipboard”
1.8.4 2021-05-16:
- Changed default hotkey to [Ctrl]+[Win]+[,] for new setups
- Added “Run as admin” checkbox option when running a program
- Added “Singleton” checkbox option when running a program
- Added “Empty Clipboard” option to system actions
- Added Numpad Dot key to hotkey selection
- Added new text macro variables:
+ <COMPUTERNAME>
+ <USERNAME>
+ <WANIP>
- Improved “Batch command” option
- Fixed Microsoft Office resize issues
- Bugfixes

Re: LeoMoon HotKeyz

Posted: Fri May 28, 2021 6:53 pm
by webfork
I feel ridiculous I didn't mess with this sooner. I think I got put off because I don't have a numpad on my primary machine. But the window organization function with the CTRL+ALT+Numpad is fantastic:

For example, I did this to my desktop in seconds:

Image

If that's the ONLY thing it did, I'd suggest we add to the database. Thanks for posting about the update.

Re: LeoMoon HotKeyz

Posted: Sat May 29, 2021 7:30 pm
by leomoon
Glad you like it. :)

Re: LeoMoon HotKeyz

Posted: Sun Dec 19, 2021 10:36 am
by rbon
LeoMoon HotKeyz rel. 1.8.6 has been released at December 19, 2021
• Author program's page: https://leomoon.com/downloads/desktop-a ... n-hotkeyz/
• direct download: https://leomoon.com/static/?file=leomoo ... yz_win.zip
• Softpedia: https://www.softpedia.com/get/System/OS ... Keyz.shtml

Changes in this version:
° Minor bug fix