Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
0e0f593c
Commit
0e0f593c
authored
Aug 22, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete hotkey Alt+PgUp\Alt+PgDown processing -> processing in sdkjs
parent
af7f2254
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
apps/spreadsheeteditor/main/app/controller/Statusbar.js
apps/spreadsheeteditor/main/app/controller/Statusbar.js
+0
-14
No files found.
apps/spreadsheeteditor/main/app/controller/Statusbar.js
View file @
0e0f593c
...
@@ -68,20 +68,6 @@ define([
...
@@ -68,20 +68,6 @@ define([
'
sheet:move
'
:
_
.
bind
(
this
.
moveWorksheet
,
this
)
'
sheet:move
'
:
_
.
bind
(
this
.
moveWorksheet
,
this
)
}
}
});
});
var
me
=
this
;
Common
.
util
.
Shortcuts
.
delegateShortcuts
({
shortcuts
:{
'
alt+pageup
'
:
function
(
e
)
{
me
.
moveCurrentTab
(
-
1
);
e
.
preventDefault
();
e
.
stopPropagation
();
},
'
alt+pagedown
'
:
function
(
e
)
{
me
.
moveCurrentTab
(
1
);
e
.
preventDefault
();
e
.
stopPropagation
();
}
}});
},
},
events
:
function
()
{
events
:
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment