atom-keymap
Advanced tools
Comparing version 7.1.18 to 7.1.19
36
api.json
@@ -6,3 +6,3 @@ { | ||
"filename": "src/keymap-manager.coffee", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L66", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L66", | ||
"sections": [ | ||
@@ -42,3 +42,3 @@ { | ||
"sectionName": "Class Methods", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L83", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L83", | ||
"visibility": "Public", | ||
@@ -105,3 +105,3 @@ "summary": "Create a keydown DOM event for testing purposes.", | ||
"sectionName": "Construction and Destruction", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L112", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L112", | ||
"visibility": "Public", | ||
@@ -130,3 +130,3 @@ "summary": "Create a new KeymapManager.", | ||
"sectionName": "Construction and Destruction", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L120", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L120", | ||
"visibility": "Public", | ||
@@ -139,3 +139,3 @@ "summary": "Clear all registered key bindings and enqueued keystrokes. For use\nin tests. ", | ||
"sectionName": "Construction and Destruction", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L128", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L128", | ||
"visibility": "Public", | ||
@@ -148,3 +148,3 @@ "summary": "Unwatch all watched paths. ", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L149", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L149", | ||
"visibility": "Public", | ||
@@ -199,3 +199,3 @@ "summary": "Invoke the given callback when one or more keystrokes completely\nmatch a key binding.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L165", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L165", | ||
"visibility": "Public", | ||
@@ -250,3 +250,3 @@ "summary": "Invoke the given callback when one or more keystrokes partially\nmatch a binding.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L179", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L179", | ||
"visibility": "Public", | ||
@@ -295,3 +295,3 @@ "summary": "Invoke the given callback when one or more keystrokes fail to match\nany bindings.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L210", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L210", | ||
"visibility": "Public", | ||
@@ -340,3 +340,3 @@ "summary": "Invoke the given callback when a keymap file not able to be loaded.", | ||
"sectionName": "Adding and Removing Bindings", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L225", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L225", | ||
"visibility": "Public", | ||
@@ -369,3 +369,3 @@ "summary": "Add sets of key bindings grouped by CSS selector.", | ||
"sectionName": "Accessing Bindings", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L264", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L264", | ||
"visibility": "Public", | ||
@@ -384,3 +384,3 @@ "summary": "Get all current key bindings.", | ||
"sectionName": "Accessing Bindings", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L279", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L279", | ||
"visibility": "Public", | ||
@@ -427,3 +427,3 @@ "summary": "Get the key bindings for a given command and optional target.", | ||
"sectionName": "Managing Keymap Files", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L316", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L316", | ||
"visibility": "Public", | ||
@@ -464,3 +464,3 @@ "summary": "Load the key bindings from the given path.", | ||
"sectionName": "Managing Keymap Files", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L339", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L339", | ||
"visibility": "Public", | ||
@@ -495,3 +495,3 @@ "summary": "Cause the keymap to reload the key bindings file at the given path\nwhenever it changes.", | ||
"sectionName": "Managing Keyboard Events", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L411", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L411", | ||
"visibility": "Public", | ||
@@ -512,3 +512,3 @@ "summary": "Dispatch a custom event associated with the matching key binding for\nthe given `KeyboardEvent` if one can be found.", | ||
"sectionName": "Managing Keyboard Events", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L641", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L641", | ||
"visibility": "Public", | ||
@@ -535,3 +535,3 @@ "summary": "Translate a keydown event to a keystroke string.", | ||
"sectionName": "Managing Keyboard Events", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L662", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L662", | ||
"visibility": "Public", | ||
@@ -584,3 +584,3 @@ "summary": "Customize translation of raw keyboard events to keystroke strings.\nThis API is useful for working around Chrome bugs or changing how Atom\nresolves certain key combinations. If multiple resolvers are installed,\nthe most recently-added resolver returning a string for a given keystroke\ntakes precedence.", | ||
"sectionName": "Managing Keyboard Events", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.18/src/keymap-manager.coffee#L672", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v7.1.19/src/keymap-manager.coffee#L672", | ||
"visibility": "Public", | ||
@@ -587,0 +587,0 @@ "summary": "Get the number of milliseconds allowed before pending states caused\nby partial matches of multi-keystroke bindings are terminated.", |
@@ -39,3 +39,3 @@ (function() { | ||
} else { | ||
isLatin = isLatinCharacter(keymap.KeyA.unmodified) && isLatinCharacter(keymap.KeyS.unmodified) && isLatinCharacter(keymap.KeyD.unmodified) && isLatinCharacter(keymap.KeyF.unmodified); | ||
isLatin = ((keymap.KeyA == null) || isLatinCharacter(keymap.KeyA.unmodified)) && ((keymap.KeyS == null) || isLatinCharacter(keymap.KeyS.unmodified)) && ((keymap.KeyD == null) || isLatinCharacter(keymap.KeyD.unmodified)) && ((keymap.KeyF == null) || isLatinCharacter(keymap.KeyF.unmodified)); | ||
LATIN_KEYMAP_CACHE.set(keymap, isLatin); | ||
@@ -42,0 +42,0 @@ return isLatin; |
{ | ||
"name": "atom-keymap", | ||
"version": "7.1.18", | ||
"version": "7.1.19", | ||
"description": "Atom's DOM-aware keymap module", | ||
@@ -5,0 +5,0 @@ "main": "./lib/keymap-manager", |
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
89753
2032