Skip to content

Commit

Permalink
fix for special key
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDavidsz committed Aug 9, 2021
1 parent c260d5d commit f010e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hotkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ instance.prototype.action = function (action) {
break

case 'specialKey':
cmd = `{ "key":"${opt.specialKey}", "type":"press", "modifiers":[], "password": "${md5(self.config.password)}" }`
cmd = `{ "key":"${opt.specialKey}", "type":"pressSpecial", "modifiers":[], "password": "${md5(self.config.password)}" }`
break

case 'specialKeyOS':
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vicreo-hotkey",
"version": "2.0.4",
"version": "2.0.5",
"api_version": "1.0.0",
"keywords": [
"Software",
Expand Down

0 comments on commit f010e55

Please sign in to comment.