Project

General

Profile

Feature #66343

Updated by Frank Nägler almost 9 years ago

At From the T3UXW15 we get the feedback, that hotkeys would be a where great addition for some actions in the backend. 

 The following hotkeys were was defined while UXW: 

 * CTRL + S or CMD + S save current record 
 * ALT + S or OPTION + S save and close 
 * ALT + V or OPTION + V save and view 
 * ALT + N or OPTION + N save and new 

 For the implementation we need a JavaScript library. The best solution is the Mousetrap library by Craig Campbell, which is licensed under Apache 2. 
 Apache 2 is not compatible with GPL2, but we get an approval by the author to use the library within TYPO3. Many thanks to Craig for this exception.

Back