Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bespoke-keys

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-keys

Keyboard Support for Bespoke.js

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
decreased by-10%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status Coverage Status

bespoke-keys

Keyboard Support for Bespoke.js

Download

Download the production version or the development version, or use a package manager.

Usage

This plugin is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  keys = require('bespoke-keys');

bespoke.from('article', [
  keys()
}];

When using browser globals:

bespoke.from('article', [
  bespoke.plugins.keys()
}];

By default, bespoke-keys uses the spacebar/shift+spacebar, left/right and page up/down keys to navigate the slides.

If your presentation is laid out vertically, you can allow navigation with up/down instead of left/right with the vertical option:

bespoke.from('article', [
  keys('vertical')
]);

Package managers

npm

$ npm install bespoke-keys

Bower

$ bower install bespoke-keys

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

Keywords

FAQs

Package last updated on 03 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc