Add I for Issues pane to keyboard shortcut screen, improve spacing

(closes #6997)
This commit is contained in:
Bryan Housel
2019-11-04 10:06:31 -05:00
parent cca633415a
commit 86a5652b37
4 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -4923,7 +4923,7 @@ img.tile-debug {
.modal-shortcuts .shortcut-tab {
display: flex;
flex-flow: row wrap;
justify-content: center;
justify-content: space-around;
}
.modal-shortcuts .shortcut-column {
+3 -2
View File
@@ -1890,9 +1890,10 @@ en:
keyboard: "Show keyboard shortcuts"
display_options:
title: "Display options"
background: "Show background options"
background: "Toggle background imagery pane"
background_switch: "Switch back to last background"
map_data: "Show map data options"
map_data: "Toggle map data pane"
issues: "Toggle validation issues pane"
fullscreen: "Enter full screen mode"
sidebar: "Toggle sidebar"
wireframe: "Toggle wireframe mode"
+16 -12
View File
@@ -32,18 +32,6 @@
"text": "shortcuts.browsing.navigation.zoom_more",
"separator": ","
},
{
"section": "help",
"text": "shortcuts.browsing.help.title"
},
{
"shortcuts": ["help.key"],
"text": "shortcuts.browsing.help.help"
},
{
"shortcuts": ["shortcuts.toggle.key", "?"],
"text": "shortcuts.browsing.help.keyboard"
},
{
"section": "display_options",
"text": "shortcuts.browsing.display_options.title"
@@ -61,6 +49,10 @@
"shortcuts": ["map_data.key"],
"text": "shortcuts.browsing.display_options.map_data"
},
{
"shortcuts": ["issues.key"],
"text": "shortcuts.browsing.display_options.issues"
},
{
"modifiers": ["⌃", "⌘"],
"shortcuts": ["F", "F11"],
@@ -91,6 +83,18 @@
},
{
"rows": [
{
"section": "help",
"text": "shortcuts.browsing.help.title"
},
{
"shortcuts": ["help.key"],
"text": "shortcuts.browsing.help.help"
},
{
"shortcuts": ["shortcuts.toggle.key", "?"],
"text": "shortcuts.browsing.help.keyboard"
},
{
"section": "selecting",
"text": "shortcuts.browsing.selecting.title"
+3 -2
View File
@@ -2321,9 +2321,10 @@
},
"display_options": {
"title": "Display options",
"background": "Show background options",
"background": "Toggle background imagery pane",
"background_switch": "Switch back to last background",
"map_data": "Show map data options",
"map_data": "Toggle map data pane",
"issues": "Toggle validation issues pane",
"fullscreen": "Enter full screen mode",
"sidebar": "Toggle sidebar",
"wireframe": "Toggle wireframe mode",