martincook3
Results
2
issues of
martincook3
The default `Ctrl+Alt+n` shortcuts conflict with OneNote's shortcuts for Header styles, which are not configurable. I set VirtualDesktopManager to use the alternate `Shift+Alt+` combination, which is working, but the `Ctrl+Alt+`...
Given the following paste script: ``` clip.AsciiTextReplaceRegex("@some\\.where\\.com$", ""); return false; ``` Sample input 1: `[email protected]` Expected output: ``` returned false foobar ``` Actual output is the same. Sample input 2...