]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
useful bindings for LyX/Mac
[lyx.git] / lib / bind / cua.bind
index dacaddd582b0de4eb70af71b7998276b134e434a..0b3f8a3e61b17afc35658dc6143388c239c54915 100644 (file)
@@ -1,17 +1,24 @@
-# This file is part of
-# ==================================================================
-#
-#                  LyX, the High Level Word Processor
-# 
-#         Copyright (C) 1995-1997 Asger Alstrup & The LyX Team
-#
-# ==================================================================
+# -*- text -*-
+
+# file cua.bind
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Asger Alstrup
+# author Lars Gullik Bjønnes
+# author Jean-Marc Lasgouttes
+# author Angus Leeming
+# author John Levon
+# author Jürgen Spitzmüller
+# author Dekel Tsur
+# author Jürgen Vigna
+# author Andrew Zabolotny
+
+# Full author contact details are available in file CREDITS.
 
-#
 # This is the CUA (Common User Access) flavour bind file, based on 
 # bindings found in the Windows, Mac and Motif world.
-#
-#
+
 # DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
 # with every new install of LyX and your changes will be lost. 
 # Instead, customize a copy of this file placed in 
@@ -36,7 +43,7 @@
 \bind "C-w"                    "buffer-close"
 \bind "C-s"                    "buffer-write"
 \bind "C-S-S"                  "buffer-write-as"
-\bind "C-p"                    "buffer-print" 
+\bind "C-p"                    "dialog-show print" 
 \bind "C-d"                    "buffer-view dvi"       # 'd' for dvi
 \bind "C-t"                    "buffer-view ps"
 \bind "C-S-D"                  "buffer-update dvi"     # 'd' for dvi
@@ -53,7 +60,7 @@
 \bind "C-m"                    "math-mode"
 \bind "C-S-M"                  "math-display"
 
-\bind "C-f"                    "find-replace"
+\bind "C-f"                    "dialog-show findreplace"
 \bind "C-g"                    "error-next"
 \bind "C-i"                    "inset-toggle"          # 'i' for Inset
 
@@ -61,9 +68,6 @@
 \bind "C-x"                    "cut"
 \bind "C-v"                    "paste"
 
-\bind "C-S-C"                  "layout-copy"
-\bind "C-S-V"                  "layout-paste"
-
 \bind "C-z"                    "undo"
 \bind "C-S-Z"                  "redo"
 
@@ -72,7 +76,6 @@
 \bind "C-minus"                        "hyphenation-point-insert"
 \bind "M-S-Right"              "depth-increment"
 \bind "M-S-Left"               "depth-decrement"
-\bind "C-S-space"              "protected-space-insert"
 \bind "C-S-L"                  "ligature-break-insert"
 \bind "C-l"                    "ert-insert"            # 'l' for LaTeX
 
@@ -83,7 +86,7 @@
 \bind "C-F4"                   "buffer-close"
 \bind "F5"                     "screen-recenter"
 \bind "M-F4"                   "lyx-quit"
-\bind "F7"                     "spellchecker"
+\bind "F7"                     "dialog-show spellchecker"
 \bind "S-F7"                   "thesaurus-entry"
 
 \bind "M-x"                    "command-execute"
 \bind "M-Return"               "break-paragraph-keep-layout"
 \bind "C-Return"               "break-line"
 \bind "C-k"                    "line-delete-forward"
-\bind "C-space"                        "protected-space-insert"
+\bind "C-space"                        "space-insert protected"
+\bind "C-M-space"                      "space-insert normal"
+\bind "S-C-space"                      "space-insert thin"
 \bind "C-period"               "end-of-sentence-period-insert"
 \bind "M-period"               "dots-insert"
 \bind "Escape"                 "cancel"