Numeric Keypad Enter Key...

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
paulsr
Posts: 222
Joined: Thu Jul 19, 2012 9:47 am
Contact:

Numeric Keypad Enter Key...

Post by paulsr »

Hi,

I'm working with Livecode on a PC, and have quickly learned that in Script Edit mode, the Enter key on the Numeric Pad does not act in the same way as the regular Enter key that's just above the Shift Key.

It seems the numeric keypad one compiles the script and closes the script editor.

Is there some way to DISABLE this???

If I accidentally close my script one more time I'm going to do nasty things to my keyboard... and frankly, it doesn't deserve such treatment. Either that, or I'll have to jam something under the key!

Thanks.

--paul
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Numeric Keypad Enter Key...

Post by Klaus »

Hi Paul,
paulsr wrote:I'm working with Livecode on a PC, and have quickly learned that in Script Edit mode, the Enter key on the Numeric Pad does not act in the same way as the regular Enter key that's just above the Shift Key.
these are two different keys with different purposes!
The one on the numeric pad = ENTER
The one above the SHIFT key = RETURN (= e.g. new line in text)
paulsr wrote:It seems the numeric keypad one compiles the script and closes the script editor.
Yes, that's true.
paulsr wrote:Is there some way to DISABLE this???
Not build-in.
Maybe you could write a front script that will catch the ENTER key?
paulsr wrote:If I accidentally close my script one more time I'm going to do nasty things to my keyboard... and frankly, it doesn't deserve such treatment. Either that, or I'll have to jam something under the key!
No comment 8)

Get used to that key, this is the way the script editor has been working FOREVER! :D


Best

Klaus
paulsr
Posts: 222
Joined: Thu Jul 19, 2012 9:47 am
Contact:

Re: Numeric Keypad Enter Key...

Post by paulsr »

Thanks Klaus,

Unfortunately I've been using the two keys interchangeably FOREVER! :(

They're both labelled ENTER and in every other program I can think of, they do the same thing.

Maybe I'll buy a keyboard without a numeric keypad :)

--paul
Post Reply