X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeyMap.h;h=9386c1fee41716893c4321f32473ace31b45ddcb;hb=2abde5d16254e8aac29e344442b09e6272000f13;hp=849ba0cdad6ee5f089a0ff1b478cb76128a0fe1d;hpb=55c9bc218a0dac64d9df1d24532453194f8e9674;p=lyx.git diff --git a/src/KeyMap.h b/src/KeyMap.h index 849ba0cdad..9386c1fee4 100644 --- a/src/KeyMap.h +++ b/src/KeyMap.h @@ -82,9 +82,10 @@ public: * @param bind_file bind file * @param unbind_map pointer to a KeyMap that holds \unbind bindings * @param rt how to respond if the file can't be found + * @param i18n whether to search in localized folders */ bool read(std::string const & bind_file, KeyMap * unbind_map = 0, - BindReadType rt = Default); + BindReadType rt = Default, bool i18n = true); /** write to a bind file. * @param append append to the bind_file instead of overwrite it