]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
* GuiView.cpp:
[lyx.git] / src / KeyMap.h
index acb0c22110ccdd0093a52aadd9e4a0802dfee1a0..2b3ac315f15eab5b3537f5c96f46bd1b9fa136ce 100644 (file)
@@ -63,7 +63,7 @@ public:
         * @param bind_file bind file
         * @param unbind_map pointer to a KeyMap that holds \unbind bindings
         */
-       bool read(std::string const & bind_file, KeyMap * unbind_map = NULL);
+       bool read(std::string const & bind_file, KeyMap * unbind_map = 0);
 
        /** write to a bind file.
         * @param append append to the bind_file instead of overwrite it
@@ -121,7 +121,6 @@ public:
        std::pair<KeySymbol, KeyModifier>
        find1keybinding(FuncRequest const & func) const;
 
-
        /**
         * Returns a string of the given keysym, with modifiers.
         * @param key the key as a keysym
@@ -130,10 +129,10 @@ public:
        static std::string const printKeySym(KeySymbol const & key,
                                             KeyModifier mod);
 
+private:
+       ///
        typedef std::pair<KeyModifier, KeyModifier> ModifierPair;
 
-
-private:
        ///
        struct Key {
                /// Keysym