1
6000 - Tosa / Keybing For Front Menu Buttons?
« on: May 06, 2005, 12:15:51 am »
F9, F10 is the right keybindings found it through prboom...thanks jdralphs!
button asignment still doesn't seem to want to work for me even with these maybe someone can look at the znester.rc script below and assist me...also I turned off the calender and address book application keys.
[CODE]
bind esc quit
bind up +down
bind q +down
bind down +up
bind shift +up
bind left +right
bind tab +left
bind right +left
bind a +left
bind F9 +a
bind F10 +b
bind enter +start
bind j +start
bind space +select
bind h +select
bind penup +up
bind penright +right
bind pendown +down
bind penleft +left
bind pencenterright +a
bind pencenterleft +b
bind 1 "diskside 1"
bind 2 "diskside 2"
bind 3 "diskside 3"
bind 4 "diskside 4"
bind 7 savestate
bind 8 decsaveslot
bind 9 incsaveslot
bind 0 loadstate
bind r reset
set grabinput true
source znester.rc
button asignment still doesn't seem to want to work for me even with these maybe someone can look at the znester.rc script below and assist me...also I turned off the calender and address book application keys.
[CODE]
bind esc quit
bind up +down
bind q +down
bind down +up
bind shift +up
bind left +right
bind tab +left
bind right +left
bind a +left
bind F9 +a
bind F10 +b
bind enter +start
bind j +start
bind space +select
bind h +select
bind penup +up
bind penright +right
bind pendown +down
bind penleft +left
bind pencenterright +a
bind pencenterleft +b
bind 1 "diskside 1"
bind 2 "diskside 2"
bind 3 "diskside 3"
bind 4 "diskside 4"
bind 7 savestate
bind 8 decsaveslot
bind 9 incsaveslot
bind 0 loadstate
bind r reset
set grabinput true
source znester.rc