rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

Add standard accelerators on Windows #497

Closed rjkroege closed 2 months ago

rjkroege commented 6 months ago

On windows, ctrl-{z,x,c,v} are shortcuts for undo, cut, copy, paste. Edwood did not implement this. Add these shortcuts.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 58.48%. Comparing base (8eb4bb3) to head (07e33a4). Report is 1 commits behind head on master.

:exclamation: Current head 07e33a4 differs from pull request most recent head 2d2b7b0

Please upload reports for the commit 2d2b7b0 to get more accurate results.

Files Patch % Lines
text.go 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #497 +/- ## ======================================= Coverage 58.48% 58.48% ======================================= Files 54 54 Lines 10761 10761 ======================================= Hits 6294 6294 Misses 4032 4032 Partials 435 435 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.