shortkeys
shortkeys copied to clipboard
Feature request: A nonbreaking space shortcut
Text editors use ctrl+shift+space for insert non-breaking space (space for words that should not be seperated). This shortcut probably should not be hard to add as this is only adding characters to text after keyboard shortcuts. I would like to make it, still I am not know project well enough so any suggestions would be helpful.
You can do that using the "Execute Javascript Code" option. Simulate a keypress event with the keycode set to 255. More about that here.