diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 15:54:53 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 15:54:53 +0000 |
commit | 961d4493f519b5b093581e111997f894b1675d48 (patch) | |
tree | a1aca760da761709d3cc83c37db8e9f3128d2e93 /Xfd.ad |
R6.6 is the Xorg base-lineXORG-MAINXORG-STABLE
Diffstat (limited to 'Xfd.ad')
-rw-r--r-- | Xfd.ad | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +! $Xorg: Xfd.ad,v 1.3 2000/08/17 19:54:18 cpqbld Exp $ +*internalBorderWidth: 0 +*showGrip: false + +*grid.borderWidth: 0 + +*quit.Label: Quit +*prev.Label: Prev Page +*next.Label: Next Page + +*select.Label: Select a character +*metrics.Label: +*select.Justify: center +*metrics.Justify: center +*range.Justify: left +*start.Justify: left + +*quit.Translations: #override \ + <Btn1Down>,<Btn1Up>: Quit() unset() +*next.Translations: #override \ + <Btn1Down>,<Btn1Up>: Next() unset() +*prev.Translations: #override \ + <Btn1Down>,<Btn1Up>: Prev() unset() + +*Translations: #override \n\ +<Key>q: Quit()\n\ +Ctrl <Key>n: Next()\n\ +Ctrl <Key>p: Prev() + |