summaryrefslogtreecommitdiff
path: root/Xfd.ad
blob: b90c5c22fdc9d4c5f7e04c87404200bc296760ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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()