Is it possible to assign a shortcut to Word Wrap? I've looked at the Shortcut Mapper and don't see it listed with a shortcut, and can't see how to add a new entry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've had the same problem
Since I use the software autohotkey, I've added the shortcut that do in Notepad++ : alt, a, r, enter
But a better solution would be that DonHo add Word Wrap to shortcuts :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to assign a shortcut to Word Wrap? I've looked at the Shortcut Mapper and don't see it listed with a shortcut, and can't see how to add a new entry.
I've had the same problem
Since I use the software autohotkey, I've added the shortcut that do in Notepad++ : alt, a, r, enter
But a better solution would be that DonHo add Word Wrap to shortcuts :-)
Record a macro for wrap word, and then set the current macro shortcut
Specifically:
Macro -> Start Recording
View -> Wrap
Macro -> Stop Recording
Macro -> Save Current Recorded Macro
Then you just have to choose your shortcut key combination.
And by the way, yes it does work both ways: If Wrap is on, the macro will turn it off, and if Wrap is off, the macro will turn it on.