Skip to content

membrain/jesture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jesture

Jesture is a framework for mapping key sequences to javascript callbacks.

The framework can be used for functionality ranging from easter eggs to entire hot key menus.

Installation

Jesture is a standard Rails plugin.

script/plugin install git://github.com/membrain/jesture

By default, Jesture should copy a configuration file to your {RAILS_ROOT}/config directory. All combos and jestures in this file are commented out, so it will not affect your application. If you wish to run this generator manually, use the following command.

script/generate jesture

Use

The DSL is designed to be self-explanatory. Please view the contents of the default config file for reasonable examples. If you still have questions, please clone the example application.

git clone git://github.com/membrain/jesture-example

Copyright © 2009 MemBrain, released under the MIT license

About

Jesture provides a framework for trapping key sequences and invoking callbacks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages