next and prior change slides
svn: r3254
This commit is contained in:
parent
a0fefe5ab2
commit
9b942c21eb
|
@ -215,10 +215,10 @@
|
||||||
(shift e 0 -1 void)]
|
(shift e 0 -1 void)]
|
||||||
[(down)
|
[(down)
|
||||||
(shift e 0 1 void)]
|
(shift e 0 1 void)]
|
||||||
[(#\space #\f #\n)
|
[(#\space #\f #\n next)
|
||||||
(next)
|
(next)
|
||||||
#t]
|
#t]
|
||||||
[(#\b #\backspace #\rubout)
|
[(#\b #\backspace #\rubout prior)
|
||||||
(prev)
|
(prev)
|
||||||
#t]
|
#t]
|
||||||
[(#\g)
|
[(#\g)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user