Search found 12 matches

by Jim Jaffe
Jan 6th, ’24, 19:27
Forum: User Commands and Scripts
Topic: Window Screen to Paint.net
Replies: 5
Views: 2255

Re: Window Screen to Paint.net

Saving clipboard with clipboardall has no effect.
This is especially odd, because MS Paint works well with default command.
by Jim Jaffe
Jan 6th, ’24, 08:28
Forum: User Commands and Scripts
Topic: Window Screen to Paint.net
Replies: 5
Views: 2255

Re: Window Screen to Paint.net

I'm sure it's the problem of clipboard handling by the code, because code without clipsave function works as intended:

Code: Select all

Send, !{PRINTSCREEN}
ClipWait 1
Run, C:\Program Files\paint.net\PaintDotNet.exe
WinWaitActive ahk_exe paintdotnet.exe
Send, ^!v ;Ctrl Alt V
by Jim Jaffe
Jan 3rd, ’24, 13:33
Forum: User Commands and Scripts
Topic: Window Screen to Paint.net
Replies: 5
Views: 2255

Window Screen to Paint.net

Need help in fixing my command "Window Screen to Paint.net". It is based on the standart command "Window Screen to Paint" with little modification: clipsave=%clipboard% Send, !{PRINTSCREEN} ClipWait 1 Run, C:\Program Files\paint.net\PaintDotNet.exe WinWaitActive ahk_exe paintdotn...
by Jim Jaffe
May 30th, ’20, 20:17
Forum: Suggestions
Topic: Mouse gestures bug during Settings window is open
Replies: 4
Views: 3902

Re: Mouse gestures bug during Settings window is open

"Show mouse trail" is causing this.
by Jim Jaffe
May 30th, ’20, 19:17
Forum: Suggestions
Topic: Suggestions for Start Menu
Replies: 6
Views: 4935

Re: Suggestions for Start Menu

Works only in open/save dialogs for me, not in Explorer window. Address bar seems to ignore {Enter}
Doesn't work if Explorer window is not open.
Not a flawless variant for long addresses.
by Jim Jaffe
May 30th, ’20, 19:04
Forum: Suggestions
Topic: Mouse gestures bug during Settings window is open
Replies: 4
Views: 3902

Re: Mouse gestures bug during Settings window is open

No special steps, everything is in screencast.
Open Settings -> Right mouse button becomes "sticky" in every program, left click doesn't work for some time and sometimes may act as right click.
by Jim Jaffe
May 30th, ’20, 11:45
Forum: Suggestions
Topic: Mouse gestures bug during Settings window is open
Replies: 4
Views: 3902

Mouse gestures bug during Settings window is open

Endless mouse trail during Settings window is open (until Esc is pressed).
No reaction on mouse left clicking out of Settings window. Reloading of FastKeys solves the problem.
No programs running in the background, Windows 8.1 x64.
https://i.imgur.com/K2FevzG.mp4
by Jim Jaffe
May 29th, ’20, 10:46
Forum: Suggestions
Topic: Suggestions for Start Menu
Replies: 6
Views: 4935

Re: Suggestions for Start Menu

One more request from me.
Is it possible to open links from Start Menu in already opened Explorer windows and open/save dialogs (for example, with right or middle mouse button click)? Currently all links open in new windows.
This would greatly simplify folder switching.
by Jim Jaffe
May 28th, ’20, 14:23
Forum: Suggestions
Topic: Settings Toolbar customization
Replies: 1
Views: 2851

Settings Toolbar customization

It would be nice if user can select buttons to add on a small toolbar in Settings window. Currently only 3 buttons are available, but File and Tools menu can offer lots of useful staff: import, data protection, pause, reload, usage statistics, window information, etc. Maybe Settings window can be re...
by Jim Jaffe
May 28th, ’20, 09:06
Forum: General Discussion
Topic: Newbie two questions - ctrl-1 and drag-drop
Replies: 2
Views: 2330

Re: Newbie two questions - ctrl-1 and drag-drop

I can confirm that right-click drag-and-drop fails in Windows Explorer. Even if there are only 2 general getures set in options.
Image
While Settings window is open, you can't use gestures (trail appears on right-click mouse down, but doesn't disapper until you press Esc)