Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
4b66806d
Commit
4b66806d
authored
Apr 23, 2021
by
Prakhar Agarwal
🎯
Browse files
Fixed merge conflicts
parent
5573c5c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/components/menu/menu.html
View file @
4b66806d
...
...
@@ -36,7 +36,6 @@
<!-- View Section -->
<li
id=
"menu-view"
>
<ul
class=
"rounded shadow"
>
<li
id=
"view-zoomin"
></li>
<li
id=
"view-zoomreset"
></li>
<li
id=
"view-fullscreen"
></li>
</ul>
...
...
emscripten/project/purr-data/components/menu/menu.js
View file @
4b66806d
...
...
@@ -110,12 +110,6 @@ function menu_options(type, w, cid) {
},
// View entries
"
view-zoomin
"
:
{
label
:
l
(
"
menu.zoomin
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomin_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomin_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomin_tt
"
)
},
"
view-zoomreset
"
:
{
label
:
l
(
"
menu.zoomreset
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomreset_web
.
key
,
...
...
@@ -430,6 +424,12 @@ function menu_options(type, w, cid) {
},
// View section
"
view-zoomin
"
:
{
label
:
l
(
"
menu.zoomin
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomin_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomin_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomin_tt
"
)
},
"
view-zoomout
"
:
{
label
:
l
(
"
menu.zoomout
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomout_web
.
key
,
...
...
emscripten/project/purr-data/utils/actions.js
View file @
4b66806d
...
...
@@ -182,8 +182,8 @@ function add_shortcuts(cid){
shortcut
+=
e
.
key
.
toUpperCase
();
if
(
window
.
shortkeys
[
cid
].
hasOwnProperty
(
shortcut
)){
switch
(
shortcut
)
{
case
"
Ctrl+=
"
:
case
"
Ctrl+-
"
:
break
;
case
"
F11
"
:
break
;
default
:
...
...
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