Page 1 of 1
keys
Posted: Fri Feb 22, 2013 7:47 pm
by tester
viewtopic.php?f=11&t=58#p87Is there a list of other named keycodes, like "shift" or "ctrl" of fuctions?
Re: keys
Posted: Fri Feb 22, 2013 9:32 pm
by trogluddite
For the key pressed primitive, there are only "SHIFT","CTRL" and "ALT" AFAIK - Ruby has a few others, but I tried them with the primitive, and it doesn't seem to recognise them.
However, you can also connect an integer to the input and index a key by its standard Windows key number to get at more options - see
HERE for a list of the code numbers.
Take care which you choose though - the primitive only tells you if a key is pressed, it doesn't "capture" the keypress - so pressing the key may still get a response from other app's or from Windows itself.
Re: keys
Posted: Fri Feb 22, 2013 11:07 pm
by tester
I'm aware of that, thanks. I'm trying to solve this display issue:
http://synthmaker.co.uk/forum/viewtopic ... 13&p=90734which has been not changed in recent FS update.
See how it behaves in SM and FS. In SM works, in FS the active editbox gets blank when keboard is in use to give the step. I noticed this type of issue few times in other situations, but don't recall where. Support just made big eyes on me, and ignored this topic, as if people were not using keyboard to add some +/- stepped values in order to inc/dec something that is active - via keyboard
