From 1bf01a8ad307729fa486563d600ba9d8c2320368 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 27 Nov 2015 11:56:17 -0500 Subject: [PATCH] Update format of bind and ui files. --- lib/bind/aqua.bind | 2 +- lib/bind/broadway.bind | 2 +- lib/bind/cua.bind | 2 +- lib/bind/cyrkeys.bind | 2 +- lib/bind/de/menus.bind | 2 +- lib/bind/emacs.bind | 2 +- lib/bind/greekkeys.bind | 2 +- lib/bind/hollywood.bind | 2 +- lib/bind/latinkeys.bind | 2 +- lib/bind/mac.bind | 2 +- lib/bind/math.bind | 2 +- lib/bind/menus.bind | 2 +- lib/bind/sciword.bind | 2 +- lib/bind/site.bind | 2 +- lib/bind/xemacs.bind | 2 +- lib/ui/default.ui | 2 +- lib/ui/stdcontext.inc | 2 +- lib/ui/stdmenus.inc | 2 +- lib/ui/stdtoolbars.inc | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lib/bind/aqua.bind b/lib/bind/aqua.bind index 7ac1bb6b38..8ce7945b0c 100644 --- a/lib/bind/aqua.bind +++ b/lib/bind/aqua.bind @@ -13,7 +13,7 @@ # ~/.lyx/bind/aqua.bind # -Format 2 +Format 3 \bind "M-~S-i c" "citation-insert" \bind "M-~S-i f" "footnote-insert" diff --git a/lib/bind/broadway.bind b/lib/bind/broadway.bind index 6696016b40..13883240fe 100644 --- a/lib/bind/broadway.bind +++ b/lib/bind/broadway.bind @@ -10,7 +10,7 @@ # Broadway Play -Format 2 +Format 3 \bind "M-z s" "layout Speaker" \bind "M-z n" "layout Narrative" diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 2aa9be5db2..ff92336aeb 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -34,7 +34,7 @@ ### -Format 2 +Format 3 \bind "C-n" "buffer-new" \bind "C-S-N" "buffer-new-template" diff --git a/lib/bind/cyrkeys.bind b/lib/bind/cyrkeys.bind index c75d05e8fb..7ac0eaca00 100644 --- a/lib/bind/cyrkeys.bind +++ b/lib/bind/cyrkeys.bind @@ -10,7 +10,7 @@ # Cyrillic X11 key definitions -Format 2 +Format 3 \bind "Cyrillic_GHE_bar" "self-insert" \bind "Cyrillic_ghe_bar" "self-insert" diff --git a/lib/bind/de/menus.bind b/lib/bind/de/menus.bind index 2a569a4127..590e85368b 100644 --- a/lib/bind/de/menus.bind +++ b/lib/bind/de/menus.bind @@ -38,7 +38,7 @@ # # Menü Schriftgröße # -Format 2 +Format 3 \bind "M-s t" "font-size tiny" \bind "M-s S-S" "font-size footnotesize" diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind index 516976e10d..8c8421d997 100644 --- a/lib/bind/emacs.bind +++ b/lib/bind/emacs.bind @@ -25,7 +25,7 @@ # # Happy tuning! -Format 2 +Format 3 \bind "C-~S-at" "mark-on" \bind "C-a" "line-begin" diff --git a/lib/bind/greekkeys.bind b/lib/bind/greekkeys.bind index 20e4622afb..eedd814249 100644 --- a/lib/bind/greekkeys.bind +++ b/lib/bind/greekkeys.bind @@ -9,7 +9,7 @@ # Full author contact details are available in file CREDITS. # Greek X11 key definitions -Format 2 +Format 3 \bind "Greek_ALPHAaccent" "self-insert" \bind "Greek_EPSILONaccent" "self-insert" diff --git a/lib/bind/hollywood.bind b/lib/bind/hollywood.bind index b1e565d72a..d34c4bf098 100644 --- a/lib/bind/hollywood.bind +++ b/lib/bind/hollywood.bind @@ -10,7 +10,7 @@ # Hollywood script -Format 2 +Format 3 \bind "M-z s" "layout Speaker" \bind "M-z n" "layout Narrative" diff --git a/lib/bind/latinkeys.bind b/lib/bind/latinkeys.bind index 4c5b686abf..f20e36b459 100644 --- a/lib/bind/latinkeys.bind +++ b/lib/bind/latinkeys.bind @@ -12,7 +12,7 @@ # KP_ keys. Should possibly be moved to another file -Format 2 +Format 3 \bind "KP_0" "self-insert 0" \bind "KP_1" "self-insert 1" diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index 18d086205a..5354dd8d23 100644 --- a/lib/bind/mac.bind +++ b/lib/bind/mac.bind @@ -26,7 +26,7 @@ ### -Format 2 +Format 3 # based on the table at http://support.apple.com/kb/HT1343 # Note: these bindings assume the swapped Meta and Control modifiers standard of Qt diff --git a/lib/bind/math.bind b/lib/bind/math.bind index 805f7010bf..6d6c3907cd 100644 --- a/lib/bind/math.bind +++ b/lib/bind/math.bind @@ -32,7 +32,7 @@ # These are defined for the math menu: -Format 2 +Format 3 \bind "M-m f" "math-insert \frac" \bind "M-m s" "math-insert \sqrt" diff --git a/lib/bind/menus.bind b/lib/bind/menus.bind index 39b973ad0f..44fddb0865 100644 --- a/lib/bind/menus.bind +++ b/lib/bind/menus.bind @@ -18,7 +18,7 @@ # Font size menu # -Format 2 +Format 3 \bind "M-s t" "font-size tiny" \bind "M-s S-S" "font-size footnotesize" diff --git a/lib/bind/sciword.bind b/lib/bind/sciword.bind index b3814f4c55..cf6a853082 100644 --- a/lib/bind/sciword.bind +++ b/lib/bind/sciword.bind @@ -13,7 +13,7 @@ #\bind "C-b" "font-bold" # Copy, paste, etc.: more familiar keys -Format 2 +Format 3 \bind "C-c" "copy" diff --git a/lib/bind/site.bind b/lib/bind/site.bind index f25aa7461e..927a2806ca 100644 --- a/lib/bind/site.bind +++ b/lib/bind/site.bind @@ -20,7 +20,7 @@ # with every new install of LyX and your changes will be lost. # -Format 2 +Format 3 \bind "Right" "char-right" \bind "Left" "char-left" diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index 7ccf816f2b..c8dfa98453 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -27,7 +27,7 @@ # # Happy tuning! -Format 2 +Format 3 \bind "C-~S-at" "mark-on" \bind "C-a" "line-begin" diff --git a/lib/ui/default.ui b/lib/ui/default.ui index fdf80eff55..edc4154a97 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -14,7 +14,7 @@ # The interface is designed (partially) following the KDE Human Interface # Guidelines (http://techbase.kde.org/Projects/Usability/HIG) -Format 2 +Format 3 Include "stdmenus.inc" diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index 50c4012da3..3d0f2fc4f8 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -19,7 +19,7 @@ # (except when the preposition is part of a verb phrase, such as "Check In") # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en) -Format 2 +Format 3 Menuset diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 3b4b3b211e..56e2d08fe2 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -21,7 +21,7 @@ # (except when the preposition is part of a verb phrase, such as "Check In") # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en) -Format 2 +Format 3 Menuset diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index c8ffe77124..e343888948 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -62,7 +62,7 @@ # # This is the default toolbar: -Format 2 +Format 3 ToolbarSet -- 2.39.5