Page 1 of 1

HyperKey and . . .

Posted: Fri Jun 10, 2022 10:38 am
by richmond62
So, fooling around as usual, I came to this site:

https://hyperkey.app/
-
SShot 2022-06-10 at 12.34.53.png
-
and thought a number of thoughts:

1. What is the benefit of being able to assign UpperCase + Option + Command + Capslock
to another key that is going to justify paying any money?

1.1. Come to think of things: what would be the benefit of being able to assign UpperCase + Option + Command + Capslock
to another key regardless of whether one was paying for that or not?

2. Hey, I could always run something like that up in LiveCode.

3. Why was I foolish enough to think LiveCode was capable of writing stuff that could modify
an operating system's key commands?

Funnily enough, I was mucking around with my BBC Master Compact the other day and managed to
fiddle around in BBC BASIC sufficiently to modify behaviour in the MOS operating system . . .

As one can muck around with an operating system's GUI with a wide variety of languages it seems a pity that
one cannot do that with LiveCode.

Re: HyperKey and . . .

Posted: Fri Jun 10, 2022 3:08 pm
by FourthWorld
The distinction with a scripting language is that it insulates the developer from having to use lower level APIs. The downside is that it insulates the developer from access to lower level APIs

LC Builder fills that gap.

Re: HyperKey and . . .

Posted: Fri Jun 10, 2022 4:30 pm
by richmond62
Thank you for that succinct reply.