This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-10-12 14:29:14

AAAAAwinnerGLT
Scratcher
Registered: 2008-08-28
Posts: 41

Backspace

In scratch 1.4 or 1.3.1 or whatever the next version is, I want there to be a when backspace key pressed block  tongue

Last edited by AAAAAwinnerGLT (2008-10-12 14:29:55)

Offline

 

#2 2008-10-13 15:48:20

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Backspace

It wouldn't be it's own block, but yes, I agree. It really depends: does Java have that key sensing? Also, Esc and punctuation and (my most wanted) shift would be nice.

Offline

 

#3 2008-10-13 15:56:04

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Backspace

I am pretty sure that java can detect any key.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#4 2008-10-13 15:59:04

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Backspace

That's good n' nice! Yay!

Offline

 

#5 2008-10-13 16:30:16

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: Backspace

Good idea. I can think of many other keys scratch could use. Why is the keyboard sensing so limited?


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#6 2008-10-13 16:48:00

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Backspace

hmnwilson wrote:

Good idea. I can think of many other keys scratch could use. Why is the keyboard sensing so limited?

because Scratch wants us to be unhappy...  sad

Offline

 

#7 2008-10-14 22:57:28

ericr
Scratch Team
Registered: 2007-03-21
Posts: 23

Re: Backspace

One reason the keyboard sensing is limited is to keep things simple, which we are always trying to do with scratch.  Limiting the number of keys reduces the number of options so it is not overwhelming, and keeps the key menu from being really long.

Another reason is that scratch is used by people all over the world, who have different sets of keys on their keyboards, and on different types of computers.  We want to make sure that scratch works the same for everybody.

Offline

 

#8 2008-10-15 18:01:55

AAAAAwinnerGLT
Scratcher
Registered: 2008-08-28
Posts: 41

Re: Backspace

ericr wrote:

One reason the keyboard sensing is limited is to keep things simple, which we are always trying to do with scratch.  Limiting the number of keys reduces the number of options so it is not overwhelming, and keeps the key menu from being really long.

Another reason is that scratch is used by people all over the world, who have different sets of keys on their keyboards, and on different types of computers.  We want to make sure that scratch works the same for everybody.

_____________________________________________________
Well, I agree with you. But I still wish we could do when backspace key pressed!  cool

Offline

 

#9 2008-10-15 19:25:56

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Backspace

ericr wrote:

One reason the keyboard sensing is limited is to keep things simple, which we are always trying to do with scratch.  Limiting the number of keys reduces the number of options so it is not overwhelming, and keeps the key menu from being really long.

Another reason is that scratch is used by people all over the world, who have different sets of keys on their keyboards, and on different types of computers.  We want to make sure that scratch works the same for everybody.

Everybody has backspace, right? And punctuation keys?


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#10 2008-10-16 09:11:14

AAAAAwinnerGLT
Scratcher
Registered: 2008-08-28
Posts: 41

Re: Backspace

Quote test:

fullmoon wrote:

ericr wrote:

One reason the keyboard sensing is limited is to keep things simple, which we are always trying to do with scratch.  Limiting the number of keys reduces the number of options so it is not overwhelming, and keeps the key menu from being really long.

Another reason is that scratch is used by people all over the world, who have different sets of keys on their keyboards, and on different types of computers.  We want to make sure that scratch works the same for everybody.

Everybody has backspace, right? And punctuation keys?

I hope it works to quote a quote!  cool

Offline

 

#11 2008-10-18 13:21:38

ericr
Scratch Team
Registered: 2007-03-21
Posts: 23

Re: Backspace

fullmoon wrote:

ericr wrote:

One reason the keyboard sensing is limited is to keep things simple, which we are always trying to do with scratch.  Limiting the number of keys reduces the number of options so it is not overwhelming, and keeps the key menu from being really long.

Another reason is that scratch is used by people all over the world, who have different sets of keys on their keyboards, and on different types of computers.  We want to make sure that scratch works the same for everybody.

Everybody has backspace, right? And punctuation keys?

Actually, I don't have a backspace key, since I'm on a mac- it's called "delete" instead!  This is the kind of problem we want to avoid.  Everybody has punctuation, but punctuation is different in different languages. 

I think because of the way URLs for websites are mostly in english, keyboards around the world have at least a way to type english letters and numbers, but everything else could be different...

Offline

 

#12 2008-10-19 10:43:29

AAAAAwinnerGLT
Scratcher
Registered: 2008-08-28
Posts: 41

Re: Backspace

Well, actually, I don't have a backspace key either. I just like calling it "backspace" more than "delete".

Offline

 

#13 2008-10-28 13:28:08

yambanshee
Scratcher
Registered: 2007-11-06
Posts: 500+

Re: Backspace

shift i belive all keyboards have? dont know about alt, but im sure shift works

Offline

 

#14 2010-07-28 21:44:12

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Backspace

I have played around with the scratch source code and have got a working backspace key, im working on a project that uses it now.

Offline

 

#15 2010-07-28 21:49:29

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Backspace

Dom818 wrote:

I have played around with the scratch source code and have got a working backspace key, im working on a project that uses it now.

I've got the shift key working...


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#16 2010-07-28 21:53:06

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Backspace

Dom818 wrote:

I have played around with the scratch source code and have got a working backspace key, im working on a project that uses it now.

Wow! I'd really like to see that  smile

Although, when this topic was created, dinosaurs still ruled the Earth.

Offline

 

#17 2010-07-28 22:59:10

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Backspace

2 year old topic  yikes


~ihaveamac - visit ihaveamac.net

Offline

 

#18 2010-07-28 23:59:50

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: Backspace

ihaveamac wrote:

2 year old topic  yikes

I know, look at coolstuff's post style back then.  yikes

I support!  smile


-End Transmission-

Offline

 

#19 2010-07-29 07:10:11

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Backspace

iCode-747 wrote:

ihaveamac wrote:

2 year old topic  yikes

I know, look at coolstuff's post style back then.  yikes

I support!  smile

Hey, my post style was nice  smile

Offline

 

Board footer