Show the Keyboard Shortcuts menu via its new Window menu command. The window’s HTML content remains to be done, though.

This commit is contained in:
Brent Simmons
2017-11-13 18:33:23 -08:00
parent 5d781d1657
commit 0bc84aa50c
5 changed files with 45 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>Keyboard Shortcuts</title>
</head>
<body>
<h1>Keyboard Shortcuts</h1>
<p>TODO: <a href="https://github.com/brentsimmons/Evergreen/issues/163">Keyboard shortcuts window #163</a></p>
</body>
</html>