Skip to content

v0.2.0: Added profile specific keyboard shortcuts

Compare
Choose a tag to compare
@sidmishraw sidmishraw released this 15 Jan 09:18
· 34 commits to master since this release

[v0.2.0]

  • Code cleanup.

  • Addition of profile specific shortcuts added to keybinding.json of VSCode:

  {
    "key": "cmd+shift+t 1",
    "command": "topper.addTopHeader.personalProfile"
  },
  {
    "key": "shift+cmd+t 2",
    "command": "topper.addTopHeader.officeProfile"
  }

The first key combination is Command + Shift + T followed by a 1 or 2 depending on the profile. The user is free to bind any profile to any key combination.
The commandId is of the form topper.addTopHeader.<your-profile-name>.