Key binding with Ctrl
Scott Tringali
scott.tringali at etnus.com
Mon Oct 16 21:49:26 CEST 2006
Scott Woodford wrote:
> Nedit*text.translations: #override \n\
> Ctrl<Key>d: beginning_of_line() process_shift_down() delete_selection()
>
> This didn't work (to delete a single line), but when I used Alt instead
> of Ctrl it did. What do I need to do to bind to Ctrl instead of Alt?
Ctrl-D is already taken for tags lookup, but Alt-D is not taken.
You'll need to unbind the ^D accelerator first, which isn't for the
faint of heart.
More information about the Discuss
mailing list