Mouse Killer demo

Test settings



Test button 1

Move the mouse on the button to reveal the shortcut.

<button class="btn btn-primary btn-lg btn-block" 
    ng-click="toastr.success('Action 1')" 
    mk-shortcut="ctrl + enter"
    mk-hint="title"
    mk-hint-title="Be faster using the % shortcut">Test button 1</button>
	  

Test button 2

By default, F3 key should trigger the browser find tool.

<button class="btn btn-primary btn-lg btn-block" 
    ng-click="toastr.info('Action 2')" 
    mk-shortcut="F3"
    mk-hint="inline">Test button 2</button>