MCPcopy Create free account
hub / github.com/RobertWHurst/KeyboardJS / bindRelease

Method bindRelease

lib/keyboard.js:106–108  ·  view source on GitHub ↗
(keyComboStr, releaseHandler)

Source from the content-addressed store, hash-verified

104 }
105
106 bindRelease(keyComboStr, releaseHandler) {
107 return this.bind(keyComboStr, null, releaseHandler, preventRepeatByDefault);
108 }
109
110 unbind(keyComboStr, pressHandler, releaseHandler) {
111 if (keyComboStr === null || typeof keyComboStr === 'function') {

Callers

nothing calls this directly

Calls 1

bindMethod · 0.95

Tested by

no test coverage detected