Add features:

- Improvement application list in market place
- Allow triplet keyboard shortcut in GUI
- CodePad allows setting shortcut in CommandPalette commands
- CodePad should have recent menu entry that remember top n file opened
- Improve File application grid view
- Label text should be selectable
This commit is contained in:
lxsang
2021-03-14 21:12:27 +01:00
parent 94a0c097a8
commit de5878c349
8 changed files with 166 additions and 92 deletions

View File

@ -96,6 +96,9 @@ namespace OS {
this.bindKey("CTRL-R", () => {
return this.menuOptionsHandle("repos");
});
this.bindKey("CTRL-I", () => {
return this.menuOptionsHandle("install");
});
$(this.searchbox).keyup((e) => this.search(e));