bmcmahen / react-wysiwyg

retain some control over contenteditable input
169 stars 37 forks source link

Add checks for KeyboardEvent.ctrlKey #40

Closed philippe-git closed 7 years ago

philippe-git commented 8 years ago

Super short PR to make shortcuts work on Windows too: check for e.ctrlKey in addition to e.metaKey :)

bmcmahen commented 8 years ago

thanks -- i've been traveling the last 2 months, but get home tomorrow. I'll give this PR a look and merge ASAP

capaj commented 7 years ago

@bmcmahen this is a nobrainer-please merge this.