yes, definitely. I mean, you can't even use enter.
Offline
i would like this also i am trying to make a home row typing game however the semicolon can't be used in the game, which is a crucial part of the home row, no one happens to know away around this issue do they?
Offline
ebateman wrote:
i would like this also i am trying to make a home row typing game however the semicolon can't be used in the game, which is a crucial part of the home row, no one happens to know away around this issue do they?
No... not yet, at least.
Offline
jamie wrote:
Alt and Windows-key won't work, because us Mac users don't have those keys. (We have Command and Option)
the option key is alt.. mine has option on the key then above that text it says alt
Offline
keroro645 wrote:
<key[ ]pressed?>
I want it so that you can include more keys like alt or control.
Example:
<key[ Alt ]pressed?>
<key[ Control ]pressed?>
Also make it passible to do key combinations.
key ctrl-c clicked?
Offline
@fg123 if((keyIsDown Alt) And (keyIsDown C))
shift would also be another must add, aswell as the very basic punctioation.
Offline
How about this:
<key[any]pressed?>
Offline
techy wrote:
jamie wrote:
Alt and Windows-key won't work, because us Mac users don't have those keys. (We have Command and Option)
the option key is alt.. mine has option on the key then above that text it says alt
Thats just there so users of Bootcamp feel more comfortable. I don't think it actually broadcasts "alt" when pressed.
Just for the record, here is an Apple keyboard:
http://images.apple.com/macbookpro/images/overview-gallery2-20090106.jpg
I think the "Windows" key on a PC is reserved for the system like Ctrl-Alt-Del anyway.
Can someone confirm if Smalltalk/Java can even read these keys?
Anyway, I guess the Mac version of Scratch could just have slightly different coding to allow for Command and Option.
Last edited by jamie (2009-01-17 02:30:07)
Offline