]> andersk Git - moira.git/blobdiff - clients/mmoira/Moira
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / clients / mmoira / Moira
index cb6a8e4f9ad779144a7c2e54532e5372d8c4956b..cbc72d3e9d872ed9c7f3cd29d7708c8def53a3a6 100644 (file)
@@ -1,3 +1,5 @@
+! $Header$
+
 *traversalOn:          True
 *keyboardFocusPolicy:  explicit
 *highlightThickness:   2
 *logwidgetSW.y:                        40
 *logwidgetSW.width:            673
 
-# The are the additional translations added to every field in a form
-# so that keyboard accelerators and navigation do the right thing.
+! The are the additional translations added to every field in a form
+! so that keyboard accelerators and navigation do the right thing.
 *formTranslations:     None<Key>Return:        next-or-do-it()\n\
                        Ctrl<Key>C:             cancel-form()\n\
                        Shift<Key>Return:       execute-form()\n\
                        Meta<Key>Return:        execute-form()\n\
-                       Meta<Key>?:             help()
-# These are the additional translations added to the Motif text widget
-# for emacs style editing.
+                       Meta<Key>?:             help()\n\
+                       Meta Shift<Key>?:       help()
+! These are the additional translations added to the Motif text widget
+! for emacs style editing.
 *textTranslations:     <FocusOut>: focusOut() MoiraFocusOut() \n\
        ~Shift ~Ctrl ~Meta ~Alt <Key>osfDelete: delete-previous-character() \n\
        ~Shift ~Ctrl Meta ~Alt <Key>osfDelete:  kill-previous-word() \n\
        Meta<Key>>:             end-of-line() \n\
        Alt<Key>>:              end-of-line()
 
-# These are the additional translations added to the Motif text widget
-# for the log window.  The two noop translations are here to avoid
-# nasty interactions with the selection mechanism.  They match the
-# existing translations that involve shifted mouse buttons.
+! These are the additional translations added to the Motif text widget
+! for the log window.  The two noop translations are here to avoid
+! nasty interactions with the selection mechanism.  They match the
+! existing translations that involve shifted mouse buttons.
 *logTranslations:      ~Ctrl  Shift ~Meta ~Alt<Btn1Down>: moiraRetrieve()\n\
                        ~Ctrl ~Meta ~Alt<Btn1Up>: noop()\n\
                        ~Ctrl Shift ~Meta ~Alt<Btn1Motion>: noop()\n\
This page took 0.032609 seconds and 4 git commands to generate.