! IBM_PROLOG_BEGIN_TAG ! This is an automatically generated prolog. ! ! gos720 src/gos/2d/XTOP/aixdefaults/Xdefaults.wheelmouse 1.1 ! ! Licensed Materials - Property of IBM ! ! COPYRIGHT International Business Machines Corp. 2001 ! All Rights Reserved ! ! US Government Users Restricted Rights - Use, duplication or ! disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ! ! IBM_PROLOG_END_TAG ! ! ! This sample file contains resource setting that will enable ! wheel mouse support for various applications. ! ! You may copy (or append) it to your $HOME/.XDefaults file. ! See /usr/lpp/X11/README for more information on wheel mouse support. ! XTERM ! Tell xterm to display the scroll bar. xterm*scrollBar: True ! Turn wheel mouse support on for xterm. XTerm.mouseExtension: True ! Tell xterm what to do with wheel mouse events. XTerm.VT100.Translations:#override\n\ Shift : scroll-back(1,line) \n\ : scroll-back(1,halfpage) \n\ Shift : scroll-forw(1,line) \n\ : scroll-forw(1,halfpage) \n ! DTTERM ! Turn wheel mouse support on for dtterm. Dtterm.mouseExtension: True ! Tell dtterm what to do with wheel mouse events. Dtterm*DtTerm.Translations:#override\n\ Shift : scroll(-1, halfpage)\n\ : scroll(-1, line)\n\ Shift : scroll(1, halfpage)\n\ : scroll(1, line)\n ! NETSCAPE ! Turn wheel mouse support on for Netscape. Netscape.mouseExtension: True ! Tell Netscape what to do with wheel mouse events. Netscape.globalTranslations:#override\n\ Shift : PageUp()\n\ : LineUp()\n\ Shift : PageDown()\n\ : LineDown()\n ! MISC ! You may uncomment the following line if you want to turn on wheel ! mouse support for all applications that use libXt.a. !*mouseExtension: True ! Enable certain Motif widgets to use the wheel mouse. ! Motif Scroll Bar *XmScrollBar.Translations:#override\n\ Shift : PageUpOrLeft(0)\n\ : IncrementUpOrLeft(0)\n\ Shift : PageDownOrRight(0)\n\ : IncrementDownOrRight(0)\n ! !Motif Text Widget *XmText.Translations:#override\n\ Shift :previous-page()\n\ :process-up()\n\ Shift :next-page()\n\ :process-down()\n