1! XMore.ad
2
3! keyboard translations
4*text.Translations: #override\n\
5        Ctrl<Key>S:     no-op(RingBell)\n\
6        Ctrl<Key>R:     no-op(RingBell)\n\
7        <Key>space:     next-page()\n\
8        <Key>F:         next-page()\n\
9        Ctrl<Key>B:     previous-page()\n\
10        <Key>B:         previous-page()\n\
11        <Key>K:         scroll-one-line-down()\n\
12        <Key>Y:         scroll-one-line-down()\n\
13        <Key>Return:    scroll-one-line-up()\n\
14        <Key>J:         scroll-one-line-up()\n\
15        <Key>E:         scroll-one-line-up()\n\
16        <Key>q:         quit()\n
17*text.baseTranslations: #override\n\
18        <Key>space:     next-page()\n\
19        <Key>F:         next-page()\n\
20        Ctrl<Key>B:     previous-page()\n\
21        <Key>K:         scroll-one-line-down()\n\
22        <Key>Y:         scroll-one-line-down()\n\
23        <Key>Return:    scroll-one-line-up()\n\
24        <Key>J:         scroll-one-line-up()\n\
25        <Key>E:         scroll-one-line-up()\n\
26        <Key>q:         quit()\n
27
28! tip messages
29*quit.tip:  Quit application
30
31*international:		True
32
33! EOF.
34