X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fkbmap.h;h=f2a9cd12601447c41c8b57a18ebadcb287b0ccc8;hb=f268743f8c014ef2dadd260fd1a3873cb1d2038b;hp=70dc5e81920932a40a0df8131bdb689afdb143cf;hpb=9ccb4e171cbacd5506e515f75af36451af464772;p=lyx.git diff --git a/src/kbmap.h b/src/kbmap.h index 70dc5e8192..f2a9cd1260 100644 --- a/src/kbmap.h +++ b/src/kbmap.h @@ -1,11 +1,14 @@ // -*- C++ -*- /** * \file kbmap.h - * Copyright 1995-2002 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes - * \author John Levon + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef KBMAP_H @@ -30,6 +33,9 @@ public: */ string::size_type bind(string const & seq, int action); + // Parse a bind file + bool kb_keymap::read(string const & bind_file); + /// print all available keysyms string const print() const;