keytips and shortcuts
shortcut for hard space
This commit is contained in:
@@ -1143,6 +1143,10 @@ namespace Volian.Controls.Library
|
||||
int newend = FindEndDown();
|
||||
if (newend > 0) SetSelection(SelectionStart, newend - SelectionStart);
|
||||
break;
|
||||
case Keys.Space:
|
||||
if (e.Control) // Hardspace - Ctrl+Shift+Space
|
||||
InsertSymbol(@"\u160?");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user