iVis-at-Bilkent / chise.js

A web application to visualize and edit the pathway models represented by SBGN Process Description Notation
GNU Lesser General Public License v3.0
15 stars 6 forks source link

Listen ctrl+z and ctrl+y shortcuts from undo-redo extension #33

Closed metincansiper closed 8 years ago

metincansiper commented 8 years ago

In undo-redo extension these shortcuts can be listen optionally. Currently in ChiSE we set this option as false and listening these shortcuts in application level. We should listen them by using extension functionality.

selimfirat commented 8 years ago

I suggest that we should create a new extension for keyboard listening. If this extension is based on MouseTrap (which Max suggested), it would not require much effort compared to the fact that we need to solve followings.

Creating an extension can provide us following advantages:

selimfirat commented 8 years ago

Following extensions are now listening by mousetrap in application side: undo-redo clipboard