Sha256: f5f6028e9ff87ab83766ad195c862641a7de914c444daaa4feb7f75159cd2540
Contents?: true
Size: 519 Bytes
Versions: 13
Compression:
Stored size: 519 Bytes
Contents
# keybinding Keybindings for d3 Demo: <http://bl.ocks.org/4444952> <a name="keybinding" href="#keybinding">#</a> d3.**keybinding**() Returns a keybinding object that can be used with `.call` to provide bindings on selections. The keybinding object exposes `.on()` for common keycodes and dispatches events with arguments `[d3.event, modifiers]` in which modifiers is a string which can include `⇧`, `⌃`, `⌥`, `⌘'`. Keystroke events on input areas (`<input>`, `<select>`, and `<textarea>`) are not caught.
Version data entries
13 entries across 13 versions & 1 rubygems