X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=3567bae6ea4e196b0b07844a60443b020cd1dfc4;hb=dad3c8ce74d1ebea92973bea5ca44f97d660d38e;hp=ffcf3f650c10703218c5c96d75cee43652516e21;hpb=17729b93461966b1eaca8408432ec663ac587338;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index ffcf3f650c..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, @@ -411,6 +412,8 @@ public: /// all available editors Alternatives editor_alternatives; /// + bool mac_dontswap_ctrl_meta; + /// bool mac_like_word_movement; /// bool cursor_follows_scrollbar;