mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
fixed a legacy keyboard config bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cb6329a9de
commit
00b65621d1
@ -440,8 +440,8 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
// do the default copy thing...
|
// do the default copy thing...
|
||||||
// NOTE: this stops the default: handler from getting the ctrl:
|
// NOTE: this stops the default: handler from getting the ctrl:
|
||||||
// key case...
|
// key case...
|
||||||
ctrl_C: '',
|
ctrl_C: 'NEXT',
|
||||||
ctrl_V: '',
|
ctrl_V: 'NEXT',
|
||||||
|
|
||||||
|
|
||||||
// sort...
|
// sort...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user