add fallback xres for text field translations and some pathbar tweaks
[uwplayer.git] / application / main.c
index 60fa8b9..440a3f4 100644 (file)
@@ -38,6 +38,20 @@ static String fallback[] = {
         "*rt*fontType: FONT_IS_XFT",
         "*rt*fontName: Sans",
         "*rt*fontSize: 9",
+        
+        "*pbbutton.shadowThickness: 1",
+        "*pbbutton.highlightThickness: 1",
+    
+        "*XmText.baseTranslations: #override\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>v: paste-clipboard()\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>c: copy-clipboard()\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>x: cut-clipboard()\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>u: delete-to-start-of-line()\\n",
+        "*XmTextField.baseTranslations: #override\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>v: paste-clipboard()\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>c: copy-clipboard()\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>x: cut-clipboard()\\n" \
+                                "Ctrl~Alt~Meta<KeyPress>u: delete-to-start-of-line()\\n",
        NULL
 };