Added wq. Added custom wc which writes for copy to clipboard

This commit is contained in:
2018-11-20 18:04:23 +08:00
parent 17c4cc4d18
commit 4462d7ba3d
3 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -288,7 +288,7 @@
var ContinueEdit = new EventKey( "KeyDown", function( e ) {
var evt = new ActionEvent( _self, e );
if( evt.kMap( "Escape" ) )
if( evt.Escape )
{
stage.removeEventListener( ContinueEdit );
stage.setAttribute( new DataKey( "vimarea", 1 ) );