mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 17:16:02 +00:00
d54ee97aa1
* space tool -> [s] * multi select -> [m] related to bpmn-io/bpmn-js#244
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
module.exports = {
|
|
__depends__: [
|
|
require('diagram-js/lib/features/keyboard')
|
|
],
|
|
__init__: [ 'bpmnKeyBindings' ],
|
|
bpmnKeyBindings: [ 'type', require('./BpmnKeyBindings') ]
|
|
}; |