On 22.02.08, Eric Shellef wrote:

> I'm using lyx to write a math paper and am quite enjoying it (lyx, I mean).

> Still, one issue that is a bit annoying is that every time I do C-Right or
> C-left (word-forward and word-backward), it skips the next word and the
> entire math expression following it, even if there are spaces.

This is bug #4581.

> Is there are any fix for this?

I have the following workaround in my personal ~.lyx/gm.bind file that
works with LyX 1.5.3:

# word-delete-forward deletes also non-word chars and insets behind the word!
# \bind "C-Delete"      "word-delete-forward"
\bind "C-Delete"        "command-sequence word-capitalize; delete-forward"

(See http://wiki.lyx.org or Help>Customization for help on creating your own
bind file. Basically:

# To customize the bindings, write your own bind-file 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 the directory ~/.lyx/bind/

# 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     #   KDE-, Windows-, Mac- and Motif-like bindings
#\bind_file emacs.bind  #   for Emacs-like bindings.

# additional menu shortcuts
# \bind_file menus.bind         # English menu shortcut additions
\bind_file de_menus.bind        # German version 

# Now add your own bindings.

Reply via email to