mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Add I for Issues pane to keyboard shortcut screen, improve spacing
(closes #6997)
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Vendored
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user