summaryrefslogtreecommitdiff
path: root/app/xclipboard/app-defaults
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-23 20:46:21 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-23 20:46:21 +0000
commit0ae8afa6551e39c897ed00fc50c5eccb269c6edb (patch)
tree0e0595f5d509bbcbe4f93516a1db48bec818a17b /app/xclipboard/app-defaults
parent553b1d45ff40ba4cc67f34e09dccc0680d0693d7 (diff)
update to xclipboard 1.1.0
Diffstat (limited to 'app/xclipboard/app-defaults')
-rw-r--r--app/xclipboard/app-defaults/XClipboard126
1 files changed, 126 insertions, 0 deletions
diff --git a/app/xclipboard/app-defaults/XClipboard b/app/xclipboard/app-defaults/XClipboard
new file mode 100644
index 000000000..7e3b1d258
--- /dev/null
+++ b/app/xclipboard/app-defaults/XClipboard
@@ -0,0 +1,126 @@
+! $Xorg: XClipboard.ad,v 1.3 2000/08/17 19:54:12 cpqbld Exp $
+*Command*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-1
+*Label*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-1
+*Text*Font: -*-courier-medium-r-normal--*-120-*-*-*-*-iso8859-1
+
+*quit.label: Quit
+*quit.top: ChainTop
+*quit.bottom: ChainTop
+*quit.left: ChainLeft
+*quit.right: ChainLeft
+*quit.translations: #override \n\
+ <Btn1Down>,<Btn1Up>:Quit() unset()
+
+*delete.label: Delete
+*delete.fromHoriz: quit
+*delete.top: ChainTop
+*delete.bottom: ChainTop
+*delete.left: ChainLeft
+*delete.right: ChainLeft
+*delete.translations: #override \n\
+ <Btn1Down>,<Btn1Up>:DeleteClip() unset()
+
+*new.label: New
+*new.fromHoriz: delete
+*new.top: ChainTop
+*new.bottom: ChainTop
+*new.left: ChainLeft
+*new.right: ChainLeft
+*new.translations: #override \n\
+ <Btn1Down>,<Btn1Up>:NewClip() unset()
+
+*save.label: Save
+*save.fromHoriz: new
+*save.top: ChainTop
+*save.bottom: ChainTop
+*save.left: ChainLeft
+*save.right: ChainLeft
+*save.translations: #override \n\
+ <Btn1Down>,<Btn1Up>:Save() unset()
+
+*next.label: Next
+*next.fromHoriz: save
+*next.top: ChainTop
+*next.bottom: ChainTop
+*next.left: ChainLeft
+*next.right: ChainLeft
+*next.translations: #override \n\
+ <Btn1Down>,<Btn1Up>:NextClip() unset()
+
+*prev.label: Prev
+*prev.fromHoriz: next
+*prev.top: ChainTop
+*prev.bottom: ChainTop
+*prev.left: ChainLeft
+*prev.right: ChainLeft
+*prev.translations: #override \n\
+ <Btn1Down>,<Btn1Up>:PrevClip() unset()
+
+*index.fromHoriz: prev
+*index.top: ChainTop
+*index.bottom: ChainTop
+*index.left: ChainLeft
+*index.right: ChainLeft
+*index.resizable: true
+
+*text.scrollVertical: WhenNeeded
+*text.scrollHorizontal: WhenNeeded
+*text.autoFill: on
+
+*text.fromVert: quit
+*text.top: ChainTop
+*text.bottom: ChainBottom
+*text.left: ChainLeft
+*text.right: ChainRight
+*text.resizable: true
+*text.width: 300
+
+XClipboard.geometry: 300x200
+*ShapeStyle: oval
+XClipboard.baseTranslations: #augment\n\
+ <Message>WM_PROTOCOLS: WMProtocols()\n
+*TransientShell.baseTranslations: #augment\n\
+ <Message>WM_PROTOCOLS: WMProtocols()\n
+
+*fileDialog.label: Save to file:
+*fileDialogShell.allowShellResize: true
+*fileDialogShell.title: File Save
+
+*fileDialog*accept.label: Accept
+*fileDialog*accept.translations: #override\
+ <BtnUp>: AcceptSave() unset()
+*fileDialog*value.translations: #override\
+ <Key>Return: AcceptSave() \n\
+ Ctrl<Key>S: no-op(ring-bell) \n\
+ Ctrl<Key>R: no-op(ring-bell) \n\
+ Ctrl<Key>M: no-op(ring-bell) \n\
+ Ctrl<Key>J: no-op(ring-bell) \n\
+ Meta<Key>I: no-op(ring-bell)
+*fileDialog*value.baseTranslations: #override\
+ <Key>Return: AcceptSave() \n\
+ Ctrl<Key>S: no-op(ring-bell) \n\
+ Ctrl<Key>R: no-op(ring-bell) \n\
+ Ctrl<Key>M: no-op(ring-bell) \n\
+ Ctrl<Key>J: no-op(ring-bell) \n\
+ Meta<Key>I: no-op(ring-bell)
+
+*fileDialog*cancel.label: Cancel
+*fileDialog*cancel.translations: #override\
+ <BtnUp>:CancelSave() unset()
+
+*failDialog*Label.resizable: true
+*failDialog.label: Can't write file
+*failDialogShell.title: Error
+*failDialogShell.allowShellResize: true
+
+*failDialog*continue.label: Continue
+*failDialog*continue.translations: #override\
+ <BtnUp>:FailContinue() unset()
+
+*failDialog*value.translations: #override\
+ <Key>Return: FailContinue() \n\
+ Ctrl<Key>S: no-op(ring-bell) \n\
+ Ctrl<Key>R: no-op(ring-bell) \n\
+ Ctrl<Key>M: no-op(ring-bell) \n\
+ Ctrl<Key>J: no-op(ring-bell) \n\
+ Meta<Key>I: no-op(ring-bell)