mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 03:00:09 +00:00
more tweeking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f82932d371
commit
f3477e2d2a
@ -389,7 +389,7 @@ $(document).ready(function(){
|
|||||||
// keyboard...
|
// keyboard...
|
||||||
$(document)
|
$(document)
|
||||||
.keydown(makeKeyboardHandler({
|
.keydown(makeKeyboardHandler({
|
||||||
// ignore all keys here...
|
// ignore all keys except Esc here...
|
||||||
'.inline-editor-mode': {
|
'.inline-editor-mode': {
|
||||||
//ignore: '*'
|
//ignore: '*'
|
||||||
Esc: function(){
|
Esc: function(){
|
||||||
@ -397,8 +397,6 @@ $(document).ready(function(){
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
//'*': {
|
|
||||||
// everything except overlays...
|
|
||||||
'.chrome:not(.inline-editor-mode)': {
|
'.chrome:not(.inline-editor-mode)': {
|
||||||
title: 'Global',
|
title: 'Global',
|
||||||
doc: '',
|
doc: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user