We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5a04b7 + 39c2797 commit d3bfbc0Copy full SHA for d3bfbc0
app/public/js/app.js
@@ -15,7 +15,7 @@ app.config(function (
15
) {
16
17
// Hotkeys config
18
- hotkeysProvider.includeCheatSheet = false;
+ hotkeysProvider.includeCheatSheet = true;
19
20
// unmatched url redirect to /
21
$urlRouterProvider.otherwise('/');
app/public/js/components/header/settingsNav.jsx
@@ -21,6 +21,9 @@ class SettingsList extends Component {
<li className="subNav_nav_item">
22
<a data-ui-sref="news">News</a>
23
</li>
24
+ <li className="subNav_nav_item">
25
+ <a>Shortcuts (shift + ?)</a>
26
+ </li>
27
</ul>
28
)
29
}
tasks/aliases.yaml
@@ -5,4 +5,5 @@ build:
5
- 'nwjs'
6
7
dev:
8
- - 'sass:dev'
+ - 'sass:dev'
9
+ - 'shell'
0 commit comments