Messages - Ath [ switch to compact view ]

Pages: prev1 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 723next
101
Screenshot Captor / Re: shortcut keys not working
« on: June 13, 2021, 06:13 AM »
The first question was the other way around; Is your screenshotcaptor running with administrator rights by accident? In that way it can't intercept the hotkeys from your normal windows user-session.

102
Is there any chance you can replace the Windows OS on your computer with a Linux distro (too many available to give an example)? Then you won't ever have this dilemma again :tellme:.

103
Screenshot Captor / Re: shortcut keys not working
« on: June 10, 2021, 12:40 PM »
By default, what you want is how it normally works.
Are you running SSC using the Run as Administrator option? (Can be set at the shortcut, manually) or use a replacemant tool for UAC (as deployed in some corporate controled computers)

104
I did try learning and using Autohotkey, but again not luck.
-c.gingerich (May 17, 2021, 03:31 PM)
That is not the easiest one to start with because of its somewhat cryptic syntax; I've dabbled in AutoIt3, but AHK has been a real challenge and I've never really picked that one up (even though I've done quite a few programming languages).

105
What programming language have you tried?
You should use the best tool for the job:
Most suitable to process would be JS (Javascript), as that's what the first 2 letters of the word JSON come from... Node.js should be the way to go for a command-line tool.
Next choice up (assuming a Windows OS) should be C#/.NET as that makes it very easy using one of the JSON libraries (NewtonSoft comes to mind)
And the runner up would probably be Java, but there are some that don't like that (for probably the wrong reasons), where also plenty of libraries are available, org.json and Google GSON are popular choices.

Pages: prev1 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 723next
Go to full version