Hi all,

I am trying to use some special keycodes in my scripts.
See code example below.

view layout [
   text "test"
   key keycode [up] [print "up"] ; up-keycode = "^[[A"
   key #"^M" [print "Enter"]
   key keycode ["^[[5~"] [print "PageUP"] ; doesn´t work :-(
]

There are useable shortcuts (aliases) for the cursor keys (up, down, left ,
right) in VID, but how do I use other special keycodes eg. for PageUp
("^[[5~") or PageDown ("^[[6~")?

Does anybody know how to realise that?

Thanks for your help and advise.

Regards,
Dirk



-- 
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to