fix #357: linux auto-type issues

This commit is contained in:
antelle 2016-09-12 22:45:16 +03:00
parent a17143164c
commit f7d78bc9d7
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ AutoTypeEmitter.prototype.setMod = function(mod, enabled) {
};
AutoTypeEmitter.prototype.text = function(text) {
this.pendingScript.push('keyup ctrl alt shift');
Object.keys(this.mod).forEach(mod => {
this.pendingScript.push('keydown ' + ModMap[mod]);
});

View File

@ -4,6 +4,7 @@ Release notes
`-` fix #351: error alert on power shutdown
`-` fix #344: prevent caching WebDAV requests
`-` fix #363: drag-drop in Firefox
`-` fix #357: linux auto-type issues
##### v1.3.1 (2016-09-02)
`-` fix #337: storage sync error