atom-keymap
Advanced tools
Comparing version 0.12.0 to 0.13.0-rc1
@@ -74,2 +74,5 @@ (function() { | ||
} | ||
if (key === "meta" || key === "shift" || key === "control" || key === "alt") { | ||
key = null; | ||
} | ||
if (event.metaKey) { | ||
@@ -76,0 +79,0 @@ keystroke.push('cmd'); |
{ | ||
"name": "atom-keymap", | ||
"version": "0.12.0", | ||
"version": "0.13.0-rc1", | ||
"description": "Atom's DOM-aware keymap module", | ||
"main": "./lib/keymap", | ||
"main": "./lib/keymap-manager", | ||
"scripts": { | ||
@@ -30,3 +30,4 @@ "prepublish": "grunt prepublish", | ||
"pathwatcher": "^1.0.0", | ||
"emissary": "^1.1.0" | ||
"emissary": "^1.1.0", | ||
"underscore-plus": "^1.0.0" | ||
}, | ||
@@ -33,0 +34,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37596
985
8
+ Addedunderscore-plus@^1.0.0