X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeySequence.h;h=cae65d536fcea8f091fac214d2d8c31581ec4409;hb=26821705565c9d7bd8b534b86580c62d896c5200;hp=77b511ccf7ad1eac2b720b839a824fbb888ec437;hpb=9098af80aa420a44fa818ca2d1dc627d1a94a963;p=lyx.git diff --git a/src/KeySequence.h b/src/KeySequence.h index 77b511ccf7..cae65d536f 100644 --- a/src/KeySequence.h +++ b/src/KeySequence.h @@ -66,7 +66,7 @@ public: ForGui, //< use platform specific translations and special characters BindFile //< the format used in lyx bind files }; - + /** * Return the current sequence as a string. * @param format output format @@ -96,13 +96,13 @@ public: /// length of sequence size_t length() const { return sequence.size(); } +private: /// Keymap to use if a new sequence is starting KeyMap * stdmap; /// Keymap to use for the next key KeyMap * curmap; -private: /** * Array holding the current key sequence as KeySyms. * If sequence[length - 1] < 0xff it can be used as ISO8859 char