View | Details | Raw Unified | Return to bug 37668
Collapse All | Expand All

(-)patch-ab (-3 / +3 lines)
Lines 69-78 Link Here
69
 *fontMenu*fontescape*Label:	Escape Sequence
69
 *fontMenu*fontescape*Label:	Escape Sequence
70
 *fontMenu*fontsel*Label:		Selection
70
 *fontMenu*fontsel*Label:		Selection
71
 !fontescape and fontsel overridden by application
71
 !fontescape and fontsel overridden by application
72
@@ -123,5 +129,20 @@
72
@@ -131,5 +137,18 @@
73
 *tek4014*font3: 6x13
73
 *tek4014*font3: 6x13
74
 *tek4014*fontSmall: 6x10
74
 *tek4014*fontSmall: 6x10
75
 
75
 
76
-*VT100*translations: #override  Shift<Key>space: \
77
-	begin-conversion(_JAPANESE_CONVERSION)
76
+!This can be useful if you have an IntelliMouse.  It maps the button
78
+!This can be useful if you have an IntelliMouse.  It maps the button
77
+!events generated by the wheel
79
+!events generated by the wheel
78
+*VT100*Translations:	#override \
80
+*VT100*Translations:	#override \
Lines 88-92 Link Here
88
+				<Btn5Down>:	scroll-forw(5,line)
90
+				<Btn5Down>:	scroll-forw(5,line)
89
+*VT100.translations:	#override \
91
+*VT100.translations:	#override \
90
+	Shift<Key>space: begin-conversion(_JAPANESE_CONVERSION)
92
+	Shift<Key>space: begin-conversion(_JAPANESE_CONVERSION)
91
 *VT100*translations: #override  Shift<Key>space: \
92
 	begin-conversion(_JAPANESE_CONVERSION)

Return to bug 37668