Author Topic: Help changing CTRL+Backspace  (Read 4626 times)

afflictedd2

  • Guest
Help changing CTRL+Backspace
« on: August 27, 2008, 02:18:10 PM »
Hi everyone,

I want to ask. How can I make Slickedit erase a word with ctrl+backspace instead of it erasing the whole line.

Thank you,

Ed.

jimlangrunner

  • Senior Community Member
  • Posts: 360
  • Hero Points: 31
  • Jim Lang - always a student.
Re: Help changing CTRL+Backspace
« Reply #1 on: August 27, 2008, 02:50:05 PM »
You can re-bind the key-combo under KeyBindings (Tools -> Options -> Keyboard -> Key bindings.

Search for cut-prev-word and "Add" Ctrl-Backspace to the command.  It will prompt you to continiue (telling you it's already bound to Cut-line).  Choose "Continue" and you're done.

Jm

chrisant

  • Senior Community Member
  • Posts: 1410
  • Hero Points: 131
Re: Help changing CTRL+Backspace
« Reply #2 on: August 27, 2008, 04:31:43 PM »
Or delete-prev-word if you want it to just delete without cutting to the clipboard.

afflictedd2

  • Guest
Re: Help changing CTRL+Backspace
« Reply #3 on: August 27, 2008, 06:55:34 PM »
OH Cool thanks! =)