On 22.09.04, Paul Smith wrote:
> > ... On my LyX it is M-a d (this might differ with different localisations.)
> > A hint: Generally, after completing a command (be it from keyboard or
> > menu) the minibuffer (status line) will show the command name and
> > shortcut.
> 
> Thanks, Gunter. M-a d does not work here and your hint works for
> several commands, but, unfortunately, it fails for the definition
> command.

Seems like you are missing this keybinding and need to set it manually.

Second hint: If defining your own bindings, do not forget to include the
standard bindings with \bind_file

Long version of second hint:

# Since LyX 1.1.6 the keybinding file is set in a GUI dialog. Where in
# previous versions it was possible to load several bind-files and to
# define additional bindings in the .lyxrc resource file, now only one
# bind-file is loaded from LyX. However, it is still possible to load a
# keybinding file from another bind-file.
#   Thus, to customize the bindings, you can write your own bind-file (or use
# this template) and load the default bindings from here.
# In the GUI, set the bindings to your privat bind-file. LyX will search for
# private keybinding files in ~/.lyx/bind/ .
#
# Before defining your own bindings, select one of the available default
# binding sets. These are resource files (like this one) that define a
# large set of (keyboard) bindings. These files live in the /bind directory of
# the LyX system directory and have the .bind suffix.
#
# Currently, you can choose from the following flavors:
#
# cua.bind      for Windows-, Mac- and Motif-like bindings
# emacs.bind    for Emacs-like bindings.
#
# The \bind_file command looks in the LyX bind directory for a file
# of the given name, so a full path should not be given.

\bind_file cua.bind
#\bind_file emacs.bind

# we also would like to incorporate some additional menu shortcuts
\bind_file menus.bind
# or the German version hereof
# \bind_file de_menus.bind

# Based on the default, you can now change part or all of it with the
# \bind command.


-- 
G.Milde web.de

Reply via email to