Releases: lucidBrot/Brotkeys.js
Fix anchors becoming multiline
Minimal iFrame Support
Now it is possible to autogenerate for the content of a same-origin iFrame by running
manager.autogenerateWithinId("my-iframe-id", manager.GenerationEnum.tag_anchor)
This resolves #10
Ignore certain Keys
See this file for a simple way how it can be useful to ignore keys.
Link Hints on Images
- You can now display a link hint on top of an image
Introducing OverlayMode as Default
Link Hints that are autogenerated no longer move the original content of the page around while appearing.
Default Behaviour Changed
To get the original behaviour, set manager.setOverlayMode(false)
after constructing your HotkeyManager and before using autogenerate
or addBeautifulLinkHint
.
Other Changes
autogenerateWithinID()
exists now as an alternative to autogenerating within the whole document. Please refer to the readme.
Reuse of Autogeneration and Use of multiple managers
Some bugfixes, adding way more possibilities.
Autogenerate
This first release features Autogeneration for anchor tags in addition to what was there before. That is manual adding of javascript functions as reactions to user input (outside of text fields)