X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=3567bae6ea4e196b0b07844a60443b020cd1dfc4;hb=dad3c8ce74d1ebea92973bea5ca44f97d660d38e;hp=7429105a4e3f0733d8bfc8ad47cf86961828cef6;hpb=0d386d7c253ed77af7634f61e9622e021d18e4fe;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index 7429105a4e..3567bae6ea 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -110,6 +110,7 @@ public: RC_LANGUAGE_USE_BABEL, RC_LOADSESSION, RC_MACRO_EDIT_STYLE, + RC_MAC_DONTSWAP_CTRL_META, RC_MAC_LIKE_WORD_MOVEMENT, RC_MAKE_BACKUP, RC_MARK_FOREIGN_LANGUAGE, @@ -182,6 +183,7 @@ public: RC_USE_ESC_CHARS, RC_USE_INP_ENC, RC_USE_PERS_DICT, + RC_USE_SYSTEM_COLORS, RC_USE_TOOLTIP, RC_USE_PIXMAP_CACHE, RC_USE_SPELL_LIB, @@ -351,6 +353,8 @@ public: bool paragraph_markers; /// Use tooltips? bool use_tooltip; + /// Use the colors from current system theme? + bool use_system_colors; /// Use pixmap cache? bool use_pixmap_cache; /// Spellchecker engine: aspell, hunspell, etc @@ -408,6 +412,8 @@ public: /// all available editors Alternatives editor_alternatives; /// + bool mac_dontswap_ctrl_meta; + /// bool mac_like_word_movement; /// bool cursor_follows_scrollbar; @@ -508,10 +514,10 @@ public: SCROLL_WHEEL_ZOOM_OFF, SCROLL_WHEEL_ZOOM_CTRL, SCROLL_WHEEL_ZOOM_SHIFT, - SCROLL_WHEEL_ZOOM_OPTION + SCROLL_WHEEL_ZOOM_ALT }; /// - ScrollWheelZoom scroll_whell_zoom; + ScrollWheelZoom scroll_wheel_zoom; };