Added keyboard support to the menu system

This commit is contained in:
Anthony Conrad
2020-08-23 22:25:16 -07:00
parent ef23ce58d1
commit 04c878f57c
4 changed files with 72 additions and 14 deletions

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"python.pythonPath": "g:\\python\\dcs_liberation\\venv\\Scripts\\python.exe",
"vsintellicode.python.completionsEnabled": true
}