├── .github └── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ ├── enhancement_request.yml │ └── feature_request.yml ├── .gitignore ├── Assets ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png ├── CtrlHelp.mp4 └── logo.png ├── LICENSE ├── PRIVACY-POLICY.md ├── README.md ├── Shortcuts ├── Browsers & Internet │ ├── brave browser.json │ ├── google chrome.json │ ├── microsoft edge.json │ ├── mozilla firefox.json │ ├── opera internet browser.json │ └── vivaldi.json ├── Communication │ ├── discord.json │ ├── microsoft teams.json │ ├── signal.json │ ├── slack.json │ └── zoom meetings.json ├── Development & Coding │ ├── android studio.json │ ├── brackets.json │ ├── chromium devtools.json │ ├── eclipse.json │ ├── filezilla.json │ ├── fork.json │ ├── github desktop.json │ ├── gitkraken.json │ ├── jetbrains cilion.json │ ├── jetbrains goland.json │ ├── jetbrains intellij idea.json │ ├── jetbrains phpstorm.json │ ├── jetbrains pycharm.json │ ├── jetbrains rider.json │ ├── jetbrains rubymine.json │ ├── microsoft visual studio code.json │ ├── microsoft visual studio.json │ ├── notepad++.json │ ├── rstudio.json │ ├── spyder.json │ ├── sublime text.json │ └── unity.json ├── Digital Audio Workstations (DAWs) │ ├── AbletonLive.json │ ├── cubase.json │ ├── reaper.json │ └── soundly.json ├── Graphics & Design │ ├── adobe after effects.json │ ├── adobe illustrator.json │ ├── adobe photoshop.json │ ├── adobe premier.json │ ├── affinity photo.json │ ├── blender.json │ ├── capture one.json │ ├── davinci resolve.json │ ├── figma.json │ ├── gimp.json │ ├── inkscape.json │ └── microsoft photo.json ├── Icons │ ├── 1Password-16.png │ ├── 1Password-64.png │ ├── AIMP-16.png │ ├── AIMP-64.png │ ├── Ableton Live-16.png │ ├── Ableton Live-64.png │ ├── Acrobat-16.png │ ├── Acrobat-64.png │ ├── Adobe Premiere Pro-16.png │ ├── Adobe Premiere Pro-64.png │ ├── AffinityPhoto-16.png │ ├── AffinityPhoto-64.png │ ├── AfterFX-16.png │ ├── AfterFX-64.png │ ├── AgeOfEmpiresIV-16.png │ ├── AgeOfEmpiresIV-64.png │ ├── AkelPad-16.png │ ├── AkelPad-64.png │ ├── Brackets-16.png │ ├── Brackets-64.png │ ├── CaptureOne-16.png │ ├── CaptureOne-64.png │ ├── Cubase13-16.png │ ├── Cubase13-64.png │ ├── Discord-16.png │ ├── Discord-64.png │ ├── Dynalist-16.png │ ├── Dynalist-64.png │ ├── EXCEL-16.png │ ├── EXCEL-64.png │ ├── Evernote-16.png │ ├── Evernote-64.png │ ├── Figma-16.png │ ├── Figma-64.png │ ├── Files-16.png │ ├── Files-64.png │ ├── FontCreator-16.png │ ├── FontCreator-64.png │ ├── Fork-16.png │ ├── Fork-64.png │ ├── FoxitPDFReader-16.png │ ├── FoxitPDFReader-64.png │ ├── FreeCommander-16.png │ ├── FreeCommander-64.png │ ├── GitHubDesktop-16.png │ ├── GitHubDesktop-64.png │ ├── Illustrator-16.png │ ├── Illustrator-64.png │ ├── Mendeley Reference Manager-16.png │ ├── Mendeley Reference Manager-64.png │ ├── MusicBee-16.png │ ├── MusicBee-64.png │ ├── Notion-16.png │ ├── Notion-64.png │ ├── ONENOTE-16.png │ ├── ONENOTE-64.png │ ├── OUTLOOK-16.png │ ├── OUTLOOK-64.png │ ├── Obsidian-16.png │ ├── Obsidian-64.png │ ├── POWERPNT-16.png │ ├── POWERPNT-64.png │ ├── Photoshop-16.png │ ├── Photoshop-64.png │ ├── Resolve-16.png │ ├── Resolve-64.png │ ├── Signal-16.png │ ├── Signal-64.png │ ├── Slack-16.png │ ├── Slack-64.png │ ├── SnagitCapture-16.png │ ├── SnagitCapture-64.png │ ├── Spotify-16.png │ ├── Spotify-64.png │ ├── TIDAL-16.png │ ├── TIDAL-64.png │ ├── Teams-16.png │ ├── Teams-64.png │ ├── TickTick-16.png │ ├── TickTick-64.png │ ├── Todoist-16.png │ ├── Todoist-64.png │ ├── Trello-16.png │ ├── Trello-64.png │ ├── Typora-16.png │ ├── Typora-64.png │ ├── Unity-16.png │ ├── Unity-64.png │ ├── Vivaldi-16.png │ ├── Vivaldi-64.png │ ├── WINWORD-16.png │ ├── WINWORD-64.png │ ├── Windows-16.png │ ├── Windows-64.png │ ├── WindowsTerminal-16.png │ ├── WindowsTerminal-64.png │ ├── Zoom-16.png │ ├── Zoom-64.png │ ├── androidstudio-16.png │ ├── androidstudio-64.png │ ├── aoe2de-16.png │ ├── aoe2de-64.png │ ├── aomrt-16.png │ ├── aomrt-64.png │ ├── blender-16.png │ ├── blender-64.png │ ├── brave-16.png │ ├── brave-64.png │ ├── chrome-16.png │ ├── chrome-64.png │ ├── clion-16.png │ ├── clion-64.png │ ├── dopus-16.png │ ├── dopus-64.png │ ├── eclipse-16.png │ ├── eclipse-64.png │ ├── filezilla-16.png │ ├── filezilla-64.png │ ├── firefox-16.png │ ├── firefox-64.png │ ├── foobar2000-16.png │ ├── foobar2000-64.png │ ├── gimp-2-16.png │ ├── gimp-64.png │ ├── gitkraken-16.png │ ├── gitkraken-64.png │ ├── goland-16.png │ ├── goland-64.png │ ├── inkscape-16.png │ ├── inkscape-64.png │ ├── intellijiidea-16.png │ ├── intellijiidea-64.png │ ├── lightroom-16.png │ ├── lightroom-64.png │ ├── mRemoteNG-16.png │ ├── mRemoteNG-64.png │ ├── mscalculator-16.png │ ├── mscalculator-64.png │ ├── msedge-16.png │ ├── msedge-64.png │ ├── msexplorer-16.png │ ├── msexplorer-64.png │ ├── msphotos-16.png │ ├── msphotos-64.png │ ├── msstickynotes-16.png │ ├── msstickynotes-64.png │ ├── mstodo-16.png │ ├── mstodo-64.png │ ├── notepad++-16.png │ ├── notepad++-64.png │ ├── obs-16.png │ ├── obs-64.png │ ├── opera-16.png │ ├── opera-64.png │ ├── phpstorm-16.png │ ├── phpstorm-64.png │ ├── pycharm-16.png │ ├── pycharm-64.png │ ├── reaper-16.png │ ├── reaper-64.png │ ├── rider-16.png │ ├── rider-64.png │ ├── rstudio-16.png │ ├── rstudio-64.png │ ├── rubymine-16.png │ ├── rubymine-64.png │ ├── soundly-16.png │ ├── soundly-64.png │ ├── spyder-16.png │ ├── spyder-64.png │ ├── sublime_text-16.png │ ├── sublime_text-64.png │ ├── thunderbird-16.png │ ├── thunderbird-64.png │ ├── visualstudio-16.png │ ├── visualstudio-64.png │ ├── vlc_VLC-16.png │ ├── vlc_VLC-64.png │ ├── vscode-16.png │ ├── vscode-64.png │ ├── wavebox-16.png │ └── wavebox-64.png ├── Media Players │ ├── aimp.json │ ├── foobar2000.json │ ├── spotify.json │ ├── tidal.json │ └── vlc media player.json ├── Miscellaneous │ ├── akelpad.json │ ├── files.json │ ├── microsoft file explorer.json │ ├── microsoft windows terminal.json │ ├── microsoft windows.json │ ├── obs studio.json │ └── wavebox.json ├── Productivity & Office │ ├── adobe acrobat.json │ ├── evernote.json │ ├── foxit reader.json │ ├── mendeley desktop.json │ ├── microsoft excel.json │ ├── microsoft onenote.json │ ├── microsoft outlook.json │ ├── microsoft powerpoint.json │ ├── microsoft word.json │ ├── mozilla thunderbird.json │ ├── notion.json │ ├── obsidian.json │ ├── trello.json │ └── typora.json ├── Utilities & Tools │ ├── 1password.json │ ├── directory opus.json │ ├── dynalist.json │ ├── fontcreator.json │ ├── freecommander xe.json │ ├── microsoft calculator.json │ ├── microsoft stickynotes.json │ ├── microsoft to do.json │ ├── mremoteng.json │ ├── musicbee.json │ ├── snagit.json │ ├── ticktick.json │ └── todoist for windows.json ├── Video Games │ ├── AgeOfEmpiresIIDE.json │ ├── AgeOfEmpiresIV.json │ └── AgeOfMythologyRetold.json └── apps.json ├── TERM-AND-CONDITIONS.md └── Tools └── CtrlHelpEditor ├── CommunityToolkit.Diagnostics.dll ├── CommunityToolkit.Mvvm.dll ├── CtrlHelp.Core.dll ├── CtrlHelpEditor.deps.json ├── CtrlHelpEditor.dll ├── CtrlHelpEditor.exe ├── CtrlHelpEditor.runtimeconfig.json ├── Microsoft.Windows.SDK.NET.dll ├── Newtonsoft.Json.dll ├── README.md └── WinRT.Runtime.dll /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- 1 | name: Bug Report 2 | description: Report a bug encountered while using CtrlHelp 3 | labels: bug, untriaged 4 | body: 5 | - type: markdown 6 | attributes: 7 | value: | 8 | If you encounter this problem too, leave a thumbs up 👍 9 | 10 | - type: textarea 11 | id: current-behavior 12 | attributes: 13 | label: Current behavior 14 | description: A clear and concise description of what the bug is. 15 | validations: 16 | required: true 17 | 18 | - type: textarea 19 | id: how-to-reproduce 20 | attributes: 21 | label: How to reproduce it (as minimally and precisely as possible) 22 | description: Steps to reproduce the behavior. 23 | placeholder: | 24 | Please provide a **MINIMAL REPRO PROJECT** and the **STEPS TO REPRODUCE** 25 | 1. Go to '....' 26 | 2. Click on '....' 27 | 3. Scroll down to '....' 28 | 4. See the error 29 | validations: 30 | required: false 31 | 32 | - type: textarea 33 | id: expected-behavior 34 | attributes: 35 | label: Expected behavior 36 | description: A clear and concise description of what you expected to happen. 37 | validations: 38 | required: true 39 | 40 | - type: textarea 41 | attributes: 42 | label: Screenshots 43 | description: If applicable, add screenshots here to help explain your problem 44 | 45 | - type: textarea 46 | id: workaround 47 | attributes: 48 | label: Workaround 49 | description: Please provide steps to workaround this problem if possible 50 | 51 | - type: input 52 | id: ctrlhelp-version 53 | attributes: 54 | label: CtrlHelp Version 55 | description: Which version of CtrlHelp are you using? The version number can be found by going to CtrlHelp' Settings > About 56 | placeholder: "e.g. Version: 1.0.0.0 | X64" 57 | validations: 58 | required: true 59 | 60 | - type: textarea 61 | attributes: 62 | label: Relevant Assets/Logs 63 | description: | 64 | A list of assets (logs, screenshots, etc) relevant to this bug. 65 | 66 | Tip: You can attach image(s) or log file(s) by clicking this area to highlight it and then dragging files in. 67 | placeholder: | 68 | To upload the log, access it from Settings -> About -> Open log location. 69 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Questions 4 | url: https://github.com/veler/CtrlHelp/discussions 5 | about: 'For general questions about CtrlHelp, visit GitHub discussions' -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/enhancement_request.yml: -------------------------------------------------------------------------------- 1 | name: Enhancement Request 2 | description: Suggest an idea to improve an existing feature in CtrlHelp 3 | labels: enhancement, untriaged 4 | body: 5 | - type: markdown 6 | attributes: 7 | value: | 8 | If you find this request relevant to you too, leave a thumbs up 👍 9 | 10 | - type: textarea 11 | attributes: 12 | label: What improvement do you think would an existing feature in CtrlHelp? 13 | description: Please include your use case. 14 | validations: 15 | required: true 16 | 17 | - type: textarea 18 | attributes: 19 | label: Solution/Idea 20 | description: Describe your solution/idea. If possible, provide mock-up or example of how your idea could look like. 21 | validations: 22 | required: true 23 | 24 | - type: textarea 25 | attributes: 26 | label: Comments 27 | description: Additional information, comments or screenshots about the feature request. -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- 1 | name: Feature Request 2 | description: Suggest an idea for a new feature or app's keyboard shortcut to support in CtrlHelp 3 | labels: feature, untriaged 4 | body: 5 | - type: markdown 6 | attributes: 7 | value: | 8 | If you find this request relevant to you too, leave a thumbs up 👍 9 | 10 | - type: textarea 11 | attributes: 12 | label: What feature or new app's keyboard shortcut do you think should be added to CtrlHelp? 13 | validations: 14 | required: true 15 | 16 | - type: textarea 17 | attributes: 18 | label: Why do you think this is needed? 19 | validations: 20 | required: true 21 | 22 | - type: textarea 23 | attributes: 24 | label: Solution/Idea 25 | description: Describe your solution/idea. If possible, provide mock-up or example of how your idea could look like. 26 | 27 | - type: textarea 28 | attributes: 29 | label: Comments 30 | description: Additional information, comments or screenshots about the feature request. -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | ## 4 | ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore 5 | 6 | # User-specific files 7 | *.rsuser 8 | *.suo 9 | *.user 10 | *.userosscache 11 | *.sln.docstates 12 | 13 | # User-specific files (MonoDevelop/Xamarin Studio) 14 | *.userprefs 15 | 16 | # Mono auto generated files 17 | mono_crash.* 18 | 19 | # Build results 20 | [Dd]ebug/ 21 | [Dd]ebugPublic/ 22 | [Rr]elease/ 23 | [Rr]eleases/ 24 | x64/ 25 | x86/ 26 | [Ww][Ii][Nn]32/ 27 | [Aa][Rr][Mm]/ 28 | [Aa][Rr][Mm]64/ 29 | bld/ 30 | [Bb]in/ 31 | [Oo]bj/ 32 | [Ll]og/ 33 | [Ll]ogs/ 34 | 35 | # Visual Studio 2015/2017 cache/options directory 36 | .vs/ 37 | # Uncomment if you have tasks that create the project's static files in wwwroot 38 | #wwwroot/ 39 | 40 | # Visual Studio 2017 auto generated files 41 | Generated\ Files/ 42 | 43 | # MSTest test Results 44 | [Tt]est[Rr]esult*/ 45 | [Bb]uild[Ll]og.* 46 | 47 | # NUnit 48 | *.VisualState.xml 49 | TestResult.xml 50 | nunit-*.xml 51 | 52 | # Build Results of an ATL Project 53 | [Dd]ebugPS/ 54 | [Rr]eleasePS/ 55 | dlldata.c 56 | 57 | # Benchmark Results 58 | BenchmarkDotNet.Artifacts/ 59 | 60 | # .NET Core 61 | project.lock.json 62 | project.fragment.lock.json 63 | artifacts/ 64 | 65 | # ASP.NET Scaffolding 66 | ScaffoldingReadMe.txt 67 | 68 | # StyleCop 69 | StyleCopReport.xml 70 | 71 | # Files built by Visual Studio 72 | *_i.c 73 | *_p.c 74 | *_h.h 75 | *.ilk 76 | *.meta 77 | *.obj 78 | *.iobj 79 | *.pch 80 | *.pdb 81 | *.ipdb 82 | *.pgc 83 | *.pgd 84 | *.rsp 85 | *.sbr 86 | *.tlb 87 | *.tli 88 | *.tlh 89 | *.tmp 90 | *.tmp_proj 91 | *_wpftmp.csproj 92 | *.log 93 | *.tlog 94 | *.vspscc 95 | *.vssscc 96 | .builds 97 | *.pidb 98 | *.svclog 99 | *.scc 100 | 101 | # Chutzpah Test files 102 | _Chutzpah* 103 | 104 | # Visual C++ cache files 105 | ipch/ 106 | *.aps 107 | *.ncb 108 | *.opendb 109 | *.opensdf 110 | *.sdf 111 | *.cachefile 112 | *.VC.db 113 | *.VC.VC.opendb 114 | 115 | # Visual Studio profiler 116 | *.psess 117 | *.vsp 118 | *.vspx 119 | *.sap 120 | 121 | # Visual Studio Trace Files 122 | *.e2e 123 | 124 | # TFS 2012 Local Workspace 125 | $tf/ 126 | 127 | # Guidance Automation Toolkit 128 | *.gpState 129 | 130 | # ReSharper is a .NET coding add-in 131 | _ReSharper*/ 132 | *.[Rr]e[Ss]harper 133 | *.DotSettings.user 134 | 135 | # TeamCity is a build add-in 136 | _TeamCity* 137 | 138 | # DotCover is a Code Coverage Tool 139 | *.dotCover 140 | 141 | # AxoCover is a Code Coverage Tool 142 | .axoCover/* 143 | !.axoCover/settings.json 144 | 145 | # Coverlet is a free, cross platform Code Coverage Tool 146 | coverage*.json 147 | coverage*.xml 148 | coverage*.info 149 | 150 | # Visual Studio code coverage results 151 | *.coverage 152 | *.coveragexml 153 | 154 | # NCrunch 155 | _NCrunch_* 156 | .*crunch*.local.xml 157 | nCrunchTemp_* 158 | 159 | # MightyMoose 160 | *.mm.* 161 | AutoTest.Net/ 162 | 163 | # Web workbench (sass) 164 | .sass-cache/ 165 | 166 | # Installshield output folder 167 | [Ee]xpress/ 168 | 169 | # DocProject is a documentation generator add-in 170 | DocProject/buildhelp/ 171 | DocProject/Help/*.HxT 172 | DocProject/Help/*.HxC 173 | DocProject/Help/*.hhc 174 | DocProject/Help/*.hhk 175 | DocProject/Help/*.hhp 176 | DocProject/Help/Html2 177 | DocProject/Help/html 178 | 179 | # Click-Once directory 180 | publish/ 181 | 182 | # Publish Web Output 183 | *.[Pp]ublish.xml 184 | *.azurePubxml 185 | # Note: Comment the next line if you want to checkin your web deploy settings, 186 | # but database connection strings (with potential passwords) will be unencrypted 187 | *.pubxml 188 | *.publishproj 189 | 190 | # Microsoft Azure Web App publish settings. Comment the next line if you want to 191 | # checkin your Azure Web App publish settings, but sensitive information contained 192 | # in these scripts will be unencrypted 193 | PublishScripts/ 194 | 195 | # NuGet Packages 196 | *.nupkg 197 | # NuGet Symbol Packages 198 | *.snupkg 199 | # The packages folder can be ignored because of Package Restore 200 | **/[Pp]ackages/* 201 | # except build/, which is used as an MSBuild target. 202 | !**/[Pp]ackages/build/ 203 | # Uncomment if necessary however generally it will be regenerated when needed 204 | #!**/[Pp]ackages/repositories.config 205 | # NuGet v3's project.json files produces more ignorable files 206 | *.nuget.props 207 | *.nuget.targets 208 | 209 | # Microsoft Azure Build Output 210 | csx/ 211 | *.build.csdef 212 | 213 | # Microsoft Azure Emulator 214 | ecf/ 215 | rcf/ 216 | 217 | # Windows Store app package directories and files 218 | AppPackages/ 219 | BundleArtifacts/ 220 | Package.StoreAssociation.xml 221 | _pkginfo.txt 222 | *.appx 223 | *.appxbundle 224 | *.appxupload 225 | 226 | # Visual Studio cache files 227 | # files ending in .cache can be ignored 228 | *.[Cc]ache 229 | # but keep track of directories ending in .cache 230 | !?*.[Cc]ache/ 231 | 232 | # Others 233 | ClientBin/ 234 | ~$* 235 | *~ 236 | *.dbmdl 237 | *.dbproj.schemaview 238 | *.jfm 239 | *.pfx 240 | *.publishsettings 241 | orleans.codegen.cs 242 | 243 | # Including strong name files can present a security risk 244 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) 245 | #*.snk 246 | 247 | # Since there are multiple workflows, uncomment next line to ignore bower_components 248 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 249 | #bower_components/ 250 | 251 | # RIA/Silverlight projects 252 | Generated_Code/ 253 | 254 | # Backup & report files from converting an old project file 255 | # to a newer Visual Studio version. Backup files are not needed, 256 | # because we have git ;-) 257 | _UpgradeReport_Files/ 258 | Backup*/ 259 | UpgradeLog*.XML 260 | UpgradeLog*.htm 261 | ServiceFabricBackup/ 262 | *.rptproj.bak 263 | 264 | # SQL Server files 265 | *.mdf 266 | *.ldf 267 | *.ndf 268 | 269 | # Business Intelligence projects 270 | *.rdl.data 271 | *.bim.layout 272 | *.bim_*.settings 273 | *.rptproj.rsuser 274 | *- [Bb]ackup.rdl 275 | *- [Bb]ackup ([0-9]).rdl 276 | *- [Bb]ackup ([0-9][0-9]).rdl 277 | 278 | # Microsoft Fakes 279 | FakesAssemblies/ 280 | 281 | # GhostDoc plugin setting file 282 | *.GhostDoc.xml 283 | 284 | # Node.js Tools for Visual Studio 285 | .ntvs_analysis.dat 286 | node_modules/ 287 | 288 | # Visual Studio 6 build log 289 | *.plg 290 | 291 | # Visual Studio 6 workspace options file 292 | *.opt 293 | 294 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 295 | *.vbw 296 | 297 | # Visual Studio 6 auto-generated project file (contains which files were open etc.) 298 | *.vbp 299 | 300 | # Visual Studio 6 workspace and project file (working project files containing files to include in project) 301 | *.dsw 302 | *.dsp 303 | 304 | # Visual Studio 6 technical files 305 | *.ncb 306 | *.aps 307 | 308 | # Visual Studio LightSwitch build output 309 | **/*.HTMLClient/GeneratedArtifacts 310 | **/*.DesktopClient/GeneratedArtifacts 311 | **/*.DesktopClient/ModelManifest.xml 312 | **/*.Server/GeneratedArtifacts 313 | **/*.Server/ModelManifest.xml 314 | _Pvt_Extensions 315 | 316 | # Paket dependency manager 317 | .paket/paket.exe 318 | paket-files/ 319 | 320 | # FAKE - F# Make 321 | .fake/ 322 | 323 | # CodeRush personal settings 324 | .cr/personal 325 | 326 | # Python Tools for Visual Studio (PTVS) 327 | __pycache__/ 328 | *.pyc 329 | 330 | # Cake - Uncomment if you are using it 331 | # tools/** 332 | # !tools/packages.config 333 | 334 | # Tabs Studio 335 | *.tss 336 | 337 | # Telerik's JustMock configuration file 338 | *.jmconfig 339 | 340 | # BizTalk build output 341 | *.btp.cs 342 | *.btm.cs 343 | *.odx.cs 344 | *.xsd.cs 345 | 346 | # OpenCover UI analysis results 347 | OpenCover/ 348 | 349 | # Azure Stream Analytics local run output 350 | ASALocalRun/ 351 | 352 | # MSBuild Binary and Structured Log 353 | *.binlog 354 | 355 | # NVidia Nsight GPU debugger configuration file 356 | *.nvuser 357 | 358 | # MFractors (Xamarin productivity tool) working folder 359 | .mfractor/ 360 | 361 | # Local History for Visual Studio 362 | .localhistory/ 363 | 364 | # Visual Studio History (VSHistory) files 365 | .vshistory/ 366 | 367 | # BeatPulse healthcheck temp database 368 | healthchecksdb 369 | 370 | # Backup folder for Package Reference Convert tool in Visual Studio 2017 371 | MigrationBackup/ 372 | 373 | # Ionide (cross platform F# VS Code tools) working folder 374 | .ionide/ 375 | 376 | # Fody - auto-generated XML schema 377 | FodyWeavers.xsd 378 | 379 | # VS Code files for those working on multiple tools 380 | .vscode/* 381 | !.vscode/settings.json 382 | !.vscode/tasks.json 383 | !.vscode/launch.json 384 | !.vscode/extensions.json 385 | *.code-workspace 386 | 387 | # Local History for Visual Studio Code 388 | .history/ 389 | 390 | # Windows Installer files from build outputs 391 | *.cab 392 | *.msi 393 | *.msix 394 | *.msm 395 | *.msp 396 | 397 | # JetBrains Rider 398 | *.sln.iml 399 | -------------------------------------------------------------------------------- /Assets/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/1.png -------------------------------------------------------------------------------- /Assets/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/2.png -------------------------------------------------------------------------------- /Assets/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/3.png -------------------------------------------------------------------------------- /Assets/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/4.png -------------------------------------------------------------------------------- /Assets/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/5.png -------------------------------------------------------------------------------- /Assets/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/6.png -------------------------------------------------------------------------------- /Assets/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/7.png -------------------------------------------------------------------------------- /Assets/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/8.png -------------------------------------------------------------------------------- /Assets/CtrlHelp.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/CtrlHelp.mp4 -------------------------------------------------------------------------------- /Assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Assets/logo.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Etienne Baudoux 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /PRIVACY-POLICY.md: -------------------------------------------------------------------------------- 1 | ### Privacy Policy 2 | 3 | Last updated: June 29, 2024 4 | 5 | This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You. 6 | We use Your anonymous Non-Personal data and health and performance data of the Service to provide and improve the Service itself. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. 7 | 8 | ### Interpretation and Definitions 9 | 10 | #### Interpretation 11 | 12 | The words of which the initial letter is capitalized have meanings defined under the following conditions. 13 | The following definitions shall have the same meaning regardless of whether they appear in singular or in plural. 14 | 15 | #### Definitions 16 | 17 | For the purposes of this Privacy Policy: 18 | 19 | + **You** means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. 20 | + **Developer** (referred to as either "the Developer", "We", "Us" or "Our" in this Agreement) refers to CtrlHelp's owner. 21 | + **Website** refers to CtrlHelp's website, accessible from [github.com/veler/CtrlHelpApp](https://github.com/veler/CtrlHelpApp) 22 | + **Service** refers to the CtrlHelp software. 23 | + **Country** refers to: Washington, USA. 24 | + **Service Provider** means any natural or legal person who processes the data on behalf of the Developer. It refers to third-party developer(s) or individuals contributor to facilitate the Service, to provide the Service on behalf of the Developer, to perform services related to the Service or to assist the Developer in analyzing how the Service is used. 25 | + **Personal Data** is any information that relates to an identified or identifiable individual. 26 | + **Non-Personal Data** is any information that does not relates to an identified or identifiable individual. 27 | + **Device** means any device that can access the Service such as a computer, a cellphone or a digital tablet. 28 | + **Usage Data** refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration that the Service takes to start). 29 | 30 | ### Collecting and Using Your Personal Data 31 | 32 | #### Types of Data Collected 33 | 34 | ##### Personal Data 35 | 36 | While using Our Service, We will never retain or ask You to provide Us any personally identifiable information. 37 | 38 | ##### Usage Data 39 | 40 | Usage Data is collected automatically when using the Service. 41 | Usage Data may include non-identifiable information such as error messages, performance metric, ordered list of features used during the use of the Service. 42 | Usage Data are not sent to the Developer and Service Provider. 43 | Usage Data are displayed in the "About" section in the Settings page of the Service. 44 | When changing a keyboard shortcut within the app and that You indicate that the shortcut does not match the default, the new shortcut You provide will be automatically sent to the Developer and Service Provider for review. This will help Us to improve the Service and to provide You with a better experience. 45 | 46 | ### Links to Other Websites 47 | 48 | Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party's site. We strongly advise You to review the Privacy Policy of every site You visit. 49 | 50 | We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services. 51 | 52 | ### Third-Party Services 53 | 54 | Our Service allow You to use a Third-Party service. We strongly advise You to review the Privacy Policy of every service You use. 55 | 56 | We have no control over and assume no responsibility for the content, privacy policies or practices of any third party services. 57 | 58 | ### Changes to this Privacy Policy 59 | 60 | We may update our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page. 61 | You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page. 62 | 63 | ### Contact Us 64 | 65 | If you have any questions about this Privacy Policy, You can contact us: 66 | 67 | + By sending an email to [support@velersoftware.com](mailto:support@velersoftware.com?subject=CtrlHelp) 68 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 |

5 | CtrlHelp 6 |

7 |

8 | Unleash Your Keyboard's Potential 9 |

10 |

11 | 12 | Store link 13 | 14 |

15 | 16 | ## Introduction 17 | 18 | Are you tired of navigating through menus and making countless mouse clicks? Say hello to CtrlHelp, your ultimate shortcut companion! Whether you're a productivity guru, a gamer, a computer novice, or someone with vision impairment, CtrlHelp empowers you to master over 80 application shortcuts effortlessly. Inspired by the gamified approach of language learning apps, CtrlHelp offers a unique experience tailored to keyboard shortcuts. Here's why you'll love it: 19 | 20 | ### Learn and Practice Shortcuts 21 | 22 | With CtrlHelp's interactive practice mode, you can explore shortcuts for popular apps like Word, Excel, Photoshop, JetBrains, Visual Studio, Age of Empires, and more, right from your system tray. Become a keyboard wizard at your own pace! 23 | 24 | ### Instant Cheat Sheet 25 | 26 | Forgot a shortcut? No problem! Simply hold the Ctrl key, and a list of shortcuts for your active app appears. Select a command, and voilà—you've harnessed the power of shortcuts without disrupting your workflow. 27 | 28 | ### Accessibility for All 29 | 30 | CtrlHelp is more than just a productivity tool. It’s a powerful ally for those with vision and memory disorders. Its intuitive design and functionality can significantly enhance the computing experience for users who rely on screen readers or have difficulty memorizing commands. 31 | 32 | ### A Growing List of Supported Apps 33 | With over 80 apps, video games, and 8,000 shortcuts, CtrlHelp covers a wide range of software categories. 34 | 35 | - **Browsers & Internet**: Brave, Google Chrome, Microsoft Edge, Mozilla Firefox, Opera, Vivaldi 36 | - **Communication**: Discord, Microsoft Teams, Signal, Slack, Zoom 37 | - **Development & Coding**: JetBrains products, Microsoft Visual Studio and Visual Studio Code, Android Studio, Brackets, Eclipse, FileZilla, Fork, GitKraken, Notepad++, Unity and more... 38 | - **Digital Audio Workstations (DAWs)**: Ableton Line, Cubase, Reaper, Soundly 39 | - **Graphics & Design**: Adobe After Effects, Illustrator, Photoshop, Premiere Pro, Affinity Photo, Blender, DaVinci Resolve, Figma, Gimp and more... 40 | - **Media Players**: Spotify, TIDAL, VLC Media Player, foobar2000, AIMP 41 | - **Miscellaneous**: Microsoft Windows, Windows Terminal and File Explorer, AklePad, OBS Studio, Files, Wavebox 42 | - **Productivity & Office**: Microsoft Excel, PowerPoint, Word, OneNote and Outlook, Adobe Acrobat, Mozilla Thunderbird, Notion, Obsidian, Evernote, Trello and more... 43 | - **Utilities & Tools**: 1Password, Todoist, Microsoft To Do, StickyNotes and Calculator, MusicBee, Snagit, TickTick and more... 44 | - **Video Games**: Age of Empires II Definitive Edition, Age of Empires IV, Age of Mythology: Retold 45 | 46 | ## Getting Started 47 | 48 | To get started with CtrlHelp, simply download the application from the [Microsoft Store website](https://apps.microsoft.com/detail/CtrlHelp/9mvpjxnskdrr?mode=full) and install it on your Windows 10 or Windows 11 device. There is a free trial. 49 | 50 | ## How to Contribute 51 | 52 | We welcome contributions from the community! Whether you have a feature request, want to suggest an enhancement, or have found a bug, your input is valuable to us. Please use the issue templates provided in this repository to submit your contributions: 53 | 54 | - [Feature Request](https://github.com/veler/CtrlHelpApp/issues/new/choose): Suggest a new feature or a new app's keyboard shortcut. 55 | - [Enhancement Request](https://github.com/veler/CtrlHelpApp/issues/new/choose): Propose improvements to existing features. 56 | - [Bug Report](https://github.com/veler/CtrlHelpApp/issues/new/choose): Report any bugs or issues you encounter while using CtrlHelp. 57 | 58 | For general questions about CtrlHelp, please visit our [GitHub discussions](https://github.com/veler/CtrlHelp/discussions). 59 | 60 | If you wish to do the work of adding/editing a shortcut yourself, you can use the [CtrlHelp Editor](Tools/CtrlHelpEditor) tool. 61 | 62 | ## Documentation 63 | 64 | For more information about using CtrlHelp, please refer to the following documents: 65 | 66 | - [Terms of Use](TERM-AND-CONDITIONS.md): Understand the terms and conditions of using CtrlHelp. 67 | - [Privacy Policy](PRIVACY-POLICY.md): Learn how we collect, use, and protect your information. 68 | 69 | ## License 70 | 71 | CtrlHelp is a closed source software. However, the default list of apps and their shortcuts supported in CtrlHelp is open-source, licensed under the [MIT License](LICENSE). 72 | 73 | Thank you for using CtrlHelp! 74 | 75 | ## Screenshots 76 | 77 | ![CtrHelp is a native app that provides a modern light and dark theme.](Assets/5.png) 78 | ![Master more than 8,000 keyboard shortcuts for more than 80 apps at your own pace, including Word, Excel, Photoshop and many more.](Assets/1.png) 79 | ![Explore CtrlHelp's practice mode directly from your system tray. Discover a curated collection of shortcuts and let yourself be guided.](Assets/3.png) 80 | ![CtrlHelp empowers you to practice the keyboard shortcuts associated with specific commands. Your challenge: recall and type them correctly within 2 seconds to achieve mastery.](Assets/4.png) 81 | ![Press and hold the Control key for a second, and a list of shortcuts for your active app will pop up. Choose a command to instantly trigger the corresponding shortcut within the app. You can configure the hotkey and duration in the app settings.](Assets/2.png) 82 | ![Level up your gaming with CtrlHelp! Perfect for games like Age of Empires, practice your in-game keyboard commands, react faster, strategize better, and conquer your games with ease.](Assets/7.png) 83 | ![Designed for everyone, including computer users with vision and memory impairments. Its intuitive functionalities can greatly enhance the experience for users who rely on assistive technology, such as screen readers.](Assets/8.png) 84 | ![CtrlHelp - Unleash Your Keyboard's Potential.](Assets/6.png) 85 | -------------------------------------------------------------------------------- /Shortcuts/Development & Coding/filezilla.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "Files and Folders", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Rename selected file", 7 | "displayNames": { 8 | "en-us": "Rename selected file" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "F2" 14 | ] 15 | ] 16 | }, 17 | { 18 | "internalName": "Search remote files", 19 | "displayNames": { 20 | "en-us": "Search remote files" 21 | }, 22 | "searchKeywords": [], 23 | "keyCombination": [ 24 | [ 25 | "F3" 26 | ] 27 | ] 28 | }, 29 | { 30 | "internalName": "Refreshes local and remote file and folder views", 31 | "displayNames": { 32 | "en-us": "Refreshes local and remote file and folder views" 33 | }, 34 | "searchKeywords": [], 35 | "keyCombination": [ 36 | [ 37 | "F5" 38 | ] 39 | ] 40 | }, 41 | { 42 | "internalName": "Create a new directory", 43 | "displayNames": { 44 | "en-us": "Create a new directory" 45 | }, 46 | "searchKeywords": [], 47 | "keyCombination": [ 48 | [ 49 | "Control", 50 | "Shift", 51 | "N" 52 | ] 53 | ] 54 | }, 55 | { 56 | "internalName": "Show files currently being edited", 57 | "displayNames": { 58 | "en-us": "Show files currently being edited" 59 | }, 60 | "searchKeywords": [], 61 | "keyCombination": [ 62 | [ 63 | "Control", 64 | "E" 65 | ] 66 | ] 67 | }, 68 | { 69 | "internalName": "Directory listing filters …", 70 | "displayNames": { 71 | "en-us": "Directory listing filters …" 72 | }, 73 | "searchKeywords": [], 74 | "keyCombination": [ 75 | [ 76 | "Control", 77 | "I" 78 | ] 79 | ] 80 | }, 81 | { 82 | "internalName": "Enable directory comparison", 83 | "displayNames": { 84 | "en-us": "Enable directory comparison" 85 | }, 86 | "searchKeywords": [], 87 | "keyCombination": [ 88 | [ 89 | "Control", 90 | "O" 91 | ] 92 | ] 93 | }, 94 | { 95 | "internalName": "Toggle synchronized browsing", 96 | "displayNames": { 97 | "en-us": "Toggle synchronized browsing" 98 | }, 99 | "searchKeywords": [], 100 | "keyCombination": [ 101 | [ 102 | "Control", 103 | "Y" 104 | ] 105 | ] 106 | } 107 | ] 108 | }, 109 | { 110 | "groupInternalName": "Transfer", 111 | "shortcuts": [ 112 | { 113 | "internalName": "Manual transfer", 114 | "displayNames": { 115 | "en-us": "Manual transfer" 116 | }, 117 | "searchKeywords": [], 118 | "keyCombination": [ 119 | [ 120 | "Control", 121 | "M" 122 | ] 123 | ] 124 | }, 125 | { 126 | "internalName": "Transfer selected item to an item in other pane with same name", 127 | "displayNames": { 128 | "en-us": "Transfer selected item to an item in other pane with same name" 129 | }, 130 | "searchKeywords": [], 131 | "keyCombination": [ 132 | [ 133 | "Menu", 134 | "Down" 135 | ] 136 | ] 137 | }, 138 | { 139 | "internalName": "Transfers selected file", 140 | "displayNames": { 141 | "en-us": "Transfers selected file" 142 | }, 143 | "searchKeywords": [], 144 | "keyCombination": [ 145 | [ 146 | "Enter" 147 | ] 148 | ] 149 | }, 150 | { 151 | "internalName": "Stops the current operation", 152 | "displayNames": { 153 | "en-us": "Stops the current operation" 154 | }, 155 | "searchKeywords": [], 156 | "keyCombination": [ 157 | [ 158 | "Control", 159 | "C" 160 | ] 161 | ] 162 | }, 163 | { 164 | "internalName": "Disconnects from server", 165 | "displayNames": { 166 | "en-us": "Disconnects from server" 167 | }, 168 | "searchKeywords": [], 169 | "keyCombination": [ 170 | [ 171 | "Control", 172 | "D" 173 | ] 174 | ] 175 | }, 176 | { 177 | "internalName": "Process queue", 178 | "displayNames": { 179 | "en-us": "Process queue" 180 | }, 181 | "searchKeywords": [], 182 | "keyCombination": [ 183 | [ 184 | "Control", 185 | "P" 186 | ] 187 | ] 188 | }, 189 | { 190 | "internalName": "Exit", 191 | "displayNames": { 192 | "en-us": "Exit" 193 | }, 194 | "searchKeywords": [], 195 | "keyCombination": [ 196 | [ 197 | "Control", 198 | "Q" 199 | ] 200 | ] 201 | }, 202 | { 203 | "internalName": "Reconnects to server", 204 | "displayNames": { 205 | "en-us": "Reconnects to server" 206 | }, 207 | "searchKeywords": [], 208 | "keyCombination": [ 209 | [ 210 | "Control", 211 | "R" 212 | ] 213 | ] 214 | }, 215 | { 216 | "internalName": "Preserve timestamps of transferred files", 217 | "displayNames": { 218 | "en-us": "Preserve timestamps of transferred files" 219 | }, 220 | "searchKeywords": [], 221 | "keyCombination": [ 222 | [ 223 | "Control", 224 | "U" 225 | ] 226 | ] 227 | } 228 | ] 229 | }, 230 | { 231 | "groupInternalName": "Navigation", 232 | "shortcuts": [ 233 | { 234 | "internalName": "Switches to the next view", 235 | "displayNames": { 236 | "en-us": "Switches to the next view" 237 | }, 238 | "searchKeywords": [], 239 | "keyCombination": [ 240 | [ 241 | "Tab" 242 | ] 243 | ] 244 | }, 245 | { 246 | "internalName": "Close tab", 247 | "displayNames": { 248 | "en-us": "Close tab" 249 | }, 250 | "searchKeywords": [], 251 | "keyCombination": [ 252 | [ 253 | "Control", 254 | "W" 255 | ] 256 | ] 257 | }, 258 | { 259 | "internalName": "Navigates to parent folder in file view", 260 | "displayNames": { 261 | "en-us": "Navigates to parent folder in file view" 262 | }, 263 | "searchKeywords": [], 264 | "keyCombination": [ 265 | [ 266 | "Menu", 267 | "Up" 268 | ] 269 | ] 270 | }, 271 | { 272 | "internalName": "Opens the Site Manager", 273 | "displayNames": { 274 | "en-us": "Opens the Site Manager" 275 | }, 276 | "searchKeywords": [], 277 | "keyCombination": [ 278 | [ 279 | "Control", 280 | "S" 281 | ] 282 | ] 283 | }, 284 | { 285 | "internalName": "Opens a new tab", 286 | "displayNames": { 287 | "en-us": "Opens a new tab" 288 | }, 289 | "searchKeywords": [], 290 | "keyCombination": [ 291 | [ 292 | "Control", 293 | "T" 294 | ] 295 | ] 296 | }, 297 | { 298 | "internalName": "Switches to next/previous tab", 299 | "displayNames": { 300 | "en-us": "Switches to next/previous tab" 301 | }, 302 | "searchKeywords": [], 303 | "keyCombination": [ 304 | [ 305 | "Control", 306 | "PageUp" 307 | ] 308 | ] 309 | }, 310 | { 311 | "internalName": "Moves up one item in the current view", 312 | "displayNames": { 313 | "en-us": "Moves up one item in the current view" 314 | }, 315 | "searchKeywords": [], 316 | "keyCombination": [ 317 | [ 318 | "Up" 319 | ] 320 | ] 321 | }, 322 | { 323 | "internalName": "Moves down one item in the current view", 324 | "displayNames": { 325 | "en-us": "Moves down one item in the current view" 326 | }, 327 | "searchKeywords": [], 328 | "keyCombination": [ 329 | [ 330 | "Down" 331 | ] 332 | ] 333 | }, 334 | { 335 | "internalName": "Nothing in a files view, Up one level in a tree view", 336 | "displayNames": { 337 | "en-us": "Nothing in a files view, Up one level in a tree view" 338 | }, 339 | "searchKeywords": [], 340 | "keyCombination": [ 341 | [ 342 | "Left" 343 | ] 344 | ] 345 | }, 346 | { 347 | "internalName": "Go down one level in a tree view", 348 | "displayNames": { 349 | "en-us": "Go down one level in a tree view" 350 | }, 351 | "searchKeywords": [], 352 | "keyCombination": [ 353 | [ 354 | "Right" 355 | ] 356 | ] 357 | }, 358 | { 359 | "internalName": "Step into collapsed node", 360 | "displayNames": { 361 | "en-us": "Step into collapsed node" 362 | }, 363 | "searchKeywords": [], 364 | "keyCombination": [ 365 | [ 366 | "Right" 367 | ], 368 | [ 369 | "Right" 370 | ] 371 | ] 372 | }, 373 | { 374 | "internalName": "Expand selected directory", 375 | "displayNames": { 376 | "en-us": "Expand selected directory" 377 | }, 378 | "searchKeywords": [], 379 | "keyCombination": [ 380 | [ 381 | "Enter" 382 | ] 383 | ] 384 | } 385 | ] 386 | }, 387 | { 388 | "groupInternalName": "Bookmarks", 389 | "shortcuts": [ 390 | { 391 | "internalName": "Add bookmark", 392 | "displayNames": { 393 | "en-us": "Add bookmark" 394 | }, 395 | "searchKeywords": [], 396 | "keyCombination": [ 397 | [ 398 | "Control", 399 | "B" 400 | ] 401 | ] 402 | }, 403 | { 404 | "internalName": "Manage bookmarks", 405 | "displayNames": { 406 | "en-us": "Manage bookmarks" 407 | }, 408 | "searchKeywords": [], 409 | "keyCombination": [ 410 | [ 411 | "Control", 412 | "Shift", 413 | "B" 414 | ] 415 | ] 416 | } 417 | ] 418 | } 419 | ] -------------------------------------------------------------------------------- /Shortcuts/Digital Audio Workstations (DAWs)/reaper.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "Main", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Copy items/tracks/envelope points", 7 | "displayNames": { 8 | "en-us": "Copy items/tracks/envelope points" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "Shift", 15 | "C" 16 | ] 17 | ] 18 | }, 19 | { 20 | "internalName": "Redo", 21 | "displayNames": { 22 | "en-us": "Redo" 23 | }, 24 | "searchKeywords": [], 25 | "keyCombination": [ 26 | [ 27 | "Control", 28 | "Shift", 29 | "Z" 30 | ] 31 | ] 32 | }, 33 | { 34 | "internalName": "Scroll view down", 35 | "displayNames": { 36 | "en-us": "Scroll view down" 37 | }, 38 | "searchKeywords": [], 39 | "keyCombination": [ 40 | [ 41 | "Menu", 42 | "Down" 43 | ] 44 | ] 45 | }, 46 | { 47 | "internalName": "Scroll view left", 48 | "displayNames": { 49 | "en-us": "Scroll view left" 50 | }, 51 | "searchKeywords": [], 52 | "keyCombination": [ 53 | [ 54 | "Menu", 55 | "Left" 56 | ] 57 | ] 58 | }, 59 | { 60 | "internalName": "Scroll view up", 61 | "displayNames": { 62 | "en-us": "Scroll view up" 63 | }, 64 | "searchKeywords": [], 65 | "keyCombination": [ 66 | [ 67 | "Menu", 68 | "Up" 69 | ] 70 | ] 71 | } 72 | ] 73 | }, 74 | { 75 | "groupInternalName": "MIDI Editor", 76 | "shortcuts": [ 77 | { 78 | "internalName": "Move notes up one octave", 79 | "displayNames": { 80 | "en-us": "Move notes up one octave" 81 | }, 82 | "searchKeywords": [], 83 | "keyCombination": [ 84 | [ 85 | "Menu", 86 | "NumberPad8" 87 | ] 88 | ] 89 | }, 90 | { 91 | "internalName": "Redo", 92 | "displayNames": { 93 | "en-us": "Redo" 94 | }, 95 | "searchKeywords": [], 96 | "keyCombination": [ 97 | [ 98 | "Control", 99 | "Shift", 100 | "Z" 101 | ] 102 | ] 103 | }, 104 | { 105 | "internalName": "Scroll view down", 106 | "displayNames": { 107 | "en-us": "Scroll view down" 108 | }, 109 | "searchKeywords": [], 110 | "keyCombination": [ 111 | [ 112 | "Menu", 113 | "Down" 114 | ] 115 | ] 116 | }, 117 | { 118 | "internalName": "Scroll view left", 119 | "displayNames": { 120 | "en-us": "Scroll view left" 121 | }, 122 | "searchKeywords": [], 123 | "keyCombination": [ 124 | [ 125 | "Menu", 126 | "Left" 127 | ] 128 | ] 129 | }, 130 | { 131 | "internalName": "Scroll view up", 132 | "displayNames": { 133 | "en-us": "Scroll view up" 134 | }, 135 | "searchKeywords": [], 136 | "keyCombination": [ 137 | [ 138 | "Menu", 139 | "Up" 140 | ] 141 | ] 142 | } 143 | ] 144 | }, 145 | { 146 | "groupInternalName": "MIDI Event List Editor", 147 | "shortcuts": [ 148 | { 149 | "internalName": "Move notes up one octave", 150 | "displayNames": { 151 | "en-us": "Move notes up one octave" 152 | }, 153 | "searchKeywords": [], 154 | "keyCombination": [ 155 | [ 156 | "Menu", 157 | "NumberPad8" 158 | ] 159 | ] 160 | }, 161 | { 162 | "internalName": "Redo", 163 | "displayNames": { 164 | "en-us": "Redo" 165 | }, 166 | "searchKeywords": [], 167 | "keyCombination": [ 168 | [ 169 | "Control", 170 | "Shift", 171 | "Z" 172 | ] 173 | ] 174 | } 175 | ] 176 | }, 177 | { 178 | "groupInternalName": "MIDI Inline Editor", 179 | "shortcuts": [ 180 | { 181 | "internalName": "Move notes up one octave", 182 | "displayNames": { 183 | "en-us": "Move notes up one octave" 184 | }, 185 | "searchKeywords": [], 186 | "keyCombination": [ 187 | [ 188 | "Menu", 189 | "NumberPad8" 190 | ] 191 | ] 192 | }, 193 | { 194 | "internalName": "Scroll view down", 195 | "displayNames": { 196 | "en-us": "Scroll view down" 197 | }, 198 | "searchKeywords": [], 199 | "keyCombination": [ 200 | [ 201 | "Menu", 202 | "Down" 203 | ] 204 | ] 205 | }, 206 | { 207 | "internalName": "Scroll view up", 208 | "displayNames": { 209 | "en-us": "Scroll view up" 210 | }, 211 | "searchKeywords": [], 212 | "keyCombination": [ 213 | [ 214 | "Menu", 215 | "Up" 216 | ] 217 | ] 218 | } 219 | ] 220 | } 221 | ] -------------------------------------------------------------------------------- /Shortcuts/Graphics & Design/microsoft photo.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Select an item and enter Selection mode (in Collection)", 7 | "displayNames": { 8 | "en-us": "Select an item and enter Selection mode (in Collection)" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Space" 14 | ] 15 | ] 16 | }, 17 | { 18 | "internalName": "Select an item while in Selection mode (from Selection mode)", 19 | "displayNames": { 20 | "en-us": "Select an item while in Selection mode (from Selection mode)" 21 | }, 22 | "searchKeywords": [], 23 | "keyCombination": [ 24 | [ 25 | "Enter" 26 | ] 27 | ] 28 | }, 29 | { 30 | "internalName": "Scroll up, down, left, or right (in Collection)", 31 | "displayNames": { 32 | "en-us": "Scroll up, down, left, or right (in Collection)" 33 | }, 34 | "searchKeywords": [], 35 | "keyCombination": [ 36 | [ 37 | "Up" 38 | ] 39 | ] 40 | }, 41 | { 42 | "internalName": "Show the next or previous item (on a single item or slideshow)", 43 | "displayNames": { 44 | "en-us": "Show the next or previous item (on a single item or slideshow)" 45 | }, 46 | "searchKeywords": [], 47 | "keyCombination": [ 48 | [ 49 | "Left" 50 | ] 51 | ] 52 | }, 53 | { 54 | "internalName": "Move within the photo (on a zoomed photo)", 55 | "displayNames": { 56 | "en-us": "Move within the photo (on a zoomed photo)" 57 | }, 58 | "searchKeywords": [], 59 | "keyCombination": [ 60 | [ 61 | "Up" 62 | ] 63 | ] 64 | }, 65 | { 66 | "internalName": "Zoom in or out when viewing a photo", 67 | "displayNames": { 68 | "en-us": "Zoom in or out when viewing a photo" 69 | }, 70 | "searchKeywords": [], 71 | "keyCombination": [ 72 | [ 73 | "Control", 74 | "Add" 75 | ] 76 | ] 77 | }, 78 | { 79 | "internalName": "Reset zoom on a photo", 80 | "displayNames": { 81 | "en-us": "Reset zoom on a photo" 82 | }, 83 | "searchKeywords": [], 84 | "keyCombination": [ 85 | [ 86 | "Control", 87 | "Number0" 88 | ] 89 | ] 90 | }, 91 | { 92 | "internalName": "Return to previous screen", 93 | "displayNames": { 94 | "en-us": "Return to previous screen" 95 | }, 96 | "searchKeywords": [], 97 | "keyCombination": [ 98 | [ 99 | "Escape" 100 | ] 101 | ] 102 | }, 103 | { 104 | "internalName": "Save", 105 | "displayNames": { 106 | "en-us": "Save" 107 | }, 108 | "searchKeywords": [], 109 | "keyCombination": [ 110 | [ 111 | "Control", 112 | "S" 113 | ] 114 | ] 115 | }, 116 | { 117 | "internalName": "Print", 118 | "displayNames": { 119 | "en-us": "Print" 120 | }, 121 | "searchKeywords": [], 122 | "keyCombination": [ 123 | [ 124 | "Control", 125 | "P" 126 | ] 127 | ] 128 | }, 129 | { 130 | "internalName": "Copy", 131 | "displayNames": { 132 | "en-us": "Copy" 133 | }, 134 | "searchKeywords": [], 135 | "keyCombination": [ 136 | [ 137 | "Control", 138 | "C" 139 | ] 140 | ] 141 | }, 142 | { 143 | "internalName": "Set as lock screen", 144 | "displayNames": { 145 | "en-us": "Set as lock screen" 146 | }, 147 | "searchKeywords": [], 148 | "keyCombination": [ 149 | [ 150 | "Control", 151 | "L" 152 | ] 153 | ] 154 | } 155 | ] 156 | }, 157 | { 158 | "groupInternalName": "Editing", 159 | "shortcuts": [ 160 | { 161 | "internalName": "Undo changes (editing)", 162 | "displayNames": { 163 | "en-us": "Undo changes (editing)" 164 | }, 165 | "searchKeywords": [], 166 | "keyCombination": [ 167 | [ 168 | "Control", 169 | "Z" 170 | ] 171 | ] 172 | }, 173 | { 174 | "internalName": "Redo changes (editing)", 175 | "displayNames": { 176 | "en-us": "Redo changes (editing)" 177 | }, 178 | "searchKeywords": [], 179 | "keyCombination": [ 180 | [ 181 | "Control", 182 | "Y" 183 | ] 184 | ] 185 | }, 186 | { 187 | "internalName": "View original (editing)", 188 | "displayNames": { 189 | "en-us": "View original (editing)" 190 | }, 191 | "searchKeywords": [], 192 | "keyCombination": [ 193 | [ 194 | "Control", 195 | "Divide" 196 | ] 197 | ] 198 | }, 199 | { 200 | "internalName": "Resize crop or selective focus area", 201 | "displayNames": { 202 | "en-us": "Resize crop or selective focus area" 203 | }, 204 | "searchKeywords": [], 205 | "keyCombination": [ 206 | [ 207 | "Shift", 208 | "Up" 209 | ] 210 | ] 211 | }, 212 | { 213 | "internalName": "Move crop or selective focus area", 214 | "displayNames": { 215 | "en-us": "Move crop or selective focus area" 216 | }, 217 | "searchKeywords": [], 218 | "keyCombination": [ 219 | [ 220 | "Control", 221 | "Up" 222 | ] 223 | ] 224 | }, 225 | { 226 | "internalName": "Rotate a photo (viewing or editing)", 227 | "displayNames": { 228 | "en-us": "Rotate a photo (viewing or editing)" 229 | }, 230 | "searchKeywords": [], 231 | "keyCombination": [ 232 | [ 233 | "Control", 234 | "R" 235 | ] 236 | ] 237 | }, 238 | { 239 | "internalName": "Enhance a photo (viewing a photo)", 240 | "displayNames": { 241 | "en-us": "Enhance a photo (viewing a photo)" 242 | }, 243 | "searchKeywords": [], 244 | "keyCombination": [ 245 | [ 246 | "E" 247 | ] 248 | ] 249 | } 250 | ] 251 | }, 252 | { 253 | "groupInternalName": "Viewing", 254 | "shortcuts": [ 255 | { 256 | "internalName": "Start a slide show (viewing an item)", 257 | "displayNames": { 258 | "en-us": "Start a slide show (viewing an item)" 259 | }, 260 | "searchKeywords": [], 261 | "keyCombination": [ 262 | [ 263 | "F5" 264 | ] 265 | ] 266 | }, 267 | { 268 | "internalName": "View file info", 269 | "displayNames": { 270 | "en-us": "View file info" 271 | }, 272 | "searchKeywords": [], 273 | "keyCombination": [ 274 | [ 275 | "Menu", 276 | "Enter" 277 | ] 278 | ] 279 | }, 280 | { 281 | "internalName": "Show or hide commands (viewing a photo)", 282 | "displayNames": { 283 | "en-us": "Show or hide commands (viewing a photo)" 284 | }, 285 | "searchKeywords": [], 286 | "keyCombination": [ 287 | [ 288 | "Space" 289 | ] 290 | ] 291 | }, 292 | { 293 | "internalName": "Play or pause the video (viewing a video)", 294 | "displayNames": { 295 | "en-us": "Play or pause the video (viewing a video)" 296 | }, 297 | "searchKeywords": [], 298 | "keyCombination": [ 299 | [ 300 | "Space" 301 | ] 302 | ] 303 | } 304 | ] 305 | }, 306 | { 307 | "groupInternalName": "Albums", 308 | "shortcuts": [ 309 | { 310 | "internalName": "Create a new album (in Albums view)", 311 | "displayNames": { 312 | "en-us": "Create a new album (in Albums view)" 313 | }, 314 | "searchKeywords": [], 315 | "keyCombination": [ 316 | [ 317 | "Control", 318 | "N" 319 | ] 320 | ] 321 | }, 322 | { 323 | "internalName": "Remove album (in Albums view)", 324 | "displayNames": { 325 | "en-us": "Remove album (in Albums view)" 326 | }, 327 | "searchKeywords": [], 328 | "keyCombination": [ 329 | [ 330 | "Control", 331 | "R" 332 | ] 333 | ] 334 | }, 335 | { 336 | "internalName": "Add selected items to album", 337 | "displayNames": { 338 | "en-us": "Add selected items to album" 339 | }, 340 | "searchKeywords": [], 341 | "keyCombination": [ 342 | [ 343 | "Control", 344 | "D" 345 | ] 346 | ] 347 | }, 348 | { 349 | "internalName": "Remove selected items from album", 350 | "displayNames": { 351 | "en-us": "Remove selected items from album" 352 | }, 353 | "searchKeywords": [], 354 | "keyCombination": [ 355 | [ 356 | "Control", 357 | "U" 358 | ] 359 | ] 360 | } 361 | ] 362 | } 363 | ] -------------------------------------------------------------------------------- /Shortcuts/Icons/1Password-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/1Password-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/1Password-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/1Password-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AIMP-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AIMP-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AIMP-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AIMP-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Ableton Live-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Ableton Live-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Ableton Live-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Ableton Live-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Acrobat-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Acrobat-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Acrobat-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Acrobat-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Adobe Premiere Pro-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Adobe Premiere Pro-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Adobe Premiere Pro-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Adobe Premiere Pro-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AffinityPhoto-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AffinityPhoto-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AffinityPhoto-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AffinityPhoto-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AfterFX-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AfterFX-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AfterFX-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AfterFX-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AgeOfEmpiresIV-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AgeOfEmpiresIV-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AgeOfEmpiresIV-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AgeOfEmpiresIV-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AkelPad-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AkelPad-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/AkelPad-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/AkelPad-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Brackets-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Brackets-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Brackets-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Brackets-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/CaptureOne-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/CaptureOne-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/CaptureOne-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/CaptureOne-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Cubase13-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Cubase13-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Cubase13-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Cubase13-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Discord-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Discord-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Discord-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Discord-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Dynalist-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Dynalist-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Dynalist-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Dynalist-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/EXCEL-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/EXCEL-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/EXCEL-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/EXCEL-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Evernote-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Evernote-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Evernote-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Evernote-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Figma-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Figma-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Figma-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Figma-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Files-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Files-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Files-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Files-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/FontCreator-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/FontCreator-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/FontCreator-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/FontCreator-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Fork-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Fork-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Fork-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Fork-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/FoxitPDFReader-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/FoxitPDFReader-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/FoxitPDFReader-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/FoxitPDFReader-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/FreeCommander-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/FreeCommander-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/FreeCommander-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/FreeCommander-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/GitHubDesktop-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/GitHubDesktop-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/GitHubDesktop-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/GitHubDesktop-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Illustrator-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Illustrator-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Illustrator-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Illustrator-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Mendeley Reference Manager-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Mendeley Reference Manager-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Mendeley Reference Manager-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Mendeley Reference Manager-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/MusicBee-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/MusicBee-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/MusicBee-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/MusicBee-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Notion-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Notion-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Notion-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Notion-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/ONENOTE-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/ONENOTE-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/ONENOTE-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/ONENOTE-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/OUTLOOK-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/OUTLOOK-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/OUTLOOK-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/OUTLOOK-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Obsidian-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Obsidian-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Obsidian-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Obsidian-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/POWERPNT-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/POWERPNT-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/POWERPNT-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/POWERPNT-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Photoshop-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Photoshop-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Photoshop-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Photoshop-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Resolve-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Resolve-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Resolve-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Resolve-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Signal-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Signal-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Signal-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Signal-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Slack-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Slack-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Slack-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Slack-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/SnagitCapture-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/SnagitCapture-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/SnagitCapture-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/SnagitCapture-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Spotify-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Spotify-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Spotify-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Spotify-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/TIDAL-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/TIDAL-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/TIDAL-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/TIDAL-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Teams-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Teams-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Teams-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Teams-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/TickTick-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/TickTick-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/TickTick-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/TickTick-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Todoist-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Todoist-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Todoist-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Todoist-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Trello-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Trello-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Trello-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Trello-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Typora-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Typora-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Typora-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Typora-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Unity-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Unity-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Unity-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Unity-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Vivaldi-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Vivaldi-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Vivaldi-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Vivaldi-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/WINWORD-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/WINWORD-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/WINWORD-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/WINWORD-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Windows-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Windows-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Windows-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Windows-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/WindowsTerminal-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/WindowsTerminal-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/WindowsTerminal-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/WindowsTerminal-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Zoom-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Zoom-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/Zoom-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/Zoom-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/androidstudio-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/androidstudio-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/androidstudio-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/androidstudio-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/aoe2de-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/aoe2de-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/aoe2de-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/aoe2de-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/aomrt-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/aomrt-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/aomrt-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/aomrt-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/blender-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/blender-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/blender-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/blender-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/brave-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/brave-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/brave-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/brave-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/chrome-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/chrome-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/chrome-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/chrome-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/clion-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/clion-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/clion-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/clion-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/dopus-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/dopus-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/dopus-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/dopus-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/eclipse-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/eclipse-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/eclipse-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/eclipse-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/filezilla-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/filezilla-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/filezilla-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/filezilla-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/firefox-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/firefox-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/firefox-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/firefox-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/foobar2000-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/foobar2000-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/foobar2000-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/foobar2000-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/gimp-2-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/gimp-2-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/gimp-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/gimp-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/gitkraken-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/gitkraken-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/gitkraken-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/gitkraken-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/goland-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/goland-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/goland-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/goland-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/inkscape-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/inkscape-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/inkscape-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/inkscape-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/intellijiidea-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/intellijiidea-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/intellijiidea-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/intellijiidea-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/lightroom-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/lightroom-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/lightroom-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/lightroom-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/mRemoteNG-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/mRemoteNG-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/mRemoteNG-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/mRemoteNG-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/mscalculator-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/mscalculator-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/mscalculator-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/mscalculator-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msedge-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msedge-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msedge-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msedge-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msexplorer-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msexplorer-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msexplorer-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msexplorer-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msphotos-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msphotos-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msphotos-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msphotos-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msstickynotes-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msstickynotes-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/msstickynotes-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/msstickynotes-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/mstodo-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/mstodo-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/mstodo-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/mstodo-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/notepad++-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/notepad++-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/notepad++-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/notepad++-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/obs-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/obs-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/obs-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/obs-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/opera-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/opera-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/opera-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/opera-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/phpstorm-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/phpstorm-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/phpstorm-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/phpstorm-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/pycharm-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/pycharm-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/pycharm-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/pycharm-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/reaper-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/reaper-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/reaper-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/reaper-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/rider-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/rider-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/rider-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/rider-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/rstudio-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/rstudio-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/rstudio-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/rstudio-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/rubymine-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/rubymine-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/rubymine-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/rubymine-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/soundly-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/soundly-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/soundly-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/soundly-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/spyder-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/spyder-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/spyder-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/spyder-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/sublime_text-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/sublime_text-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/sublime_text-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/sublime_text-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/thunderbird-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/thunderbird-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/thunderbird-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/thunderbird-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/visualstudio-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/visualstudio-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/visualstudio-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/visualstudio-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/vlc_VLC-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/vlc_VLC-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/vlc_VLC-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/vlc_VLC-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/vscode-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/vscode-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/vscode-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/vscode-64.png -------------------------------------------------------------------------------- /Shortcuts/Icons/wavebox-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/wavebox-16.png -------------------------------------------------------------------------------- /Shortcuts/Icons/wavebox-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Shortcuts/Icons/wavebox-64.png -------------------------------------------------------------------------------- /Shortcuts/Media Players/foobar2000.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Preferences", 7 | "displayNames": { 8 | "en-us": "Preferences" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "P" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Search", 20 | "displayNames": { 21 | "en-us": "Search" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "F" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Always on Top", 33 | "displayNames": { 34 | "en-us": "Always on Top" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Menu", 40 | "A" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "New playlist", 46 | "displayNames": { 47 | "en-us": "New playlist" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "N" 54 | ] 55 | ] 56 | }, 57 | { 58 | "internalName": "Remove playlist", 59 | "displayNames": { 60 | "en-us": "Remove playlist" 61 | }, 62 | "searchKeywords": [], 63 | "keyCombination": [ 64 | [ 65 | "Control", 66 | "W" 67 | ] 68 | ] 69 | }, 70 | { 71 | "internalName": "Open", 72 | "displayNames": { 73 | "en-us": "Open" 74 | }, 75 | "searchKeywords": [], 76 | "keyCombination": [ 77 | [ 78 | "Control", 79 | "O" 80 | ] 81 | ] 82 | }, 83 | { 84 | "internalName": "Save playlist", 85 | "displayNames": { 86 | "en-us": "Save playlist" 87 | }, 88 | "searchKeywords": [], 89 | "keyCombination": [ 90 | [ 91 | "Control", 92 | "S" 93 | ] 94 | ] 95 | }, 96 | { 97 | "internalName": "Add location", 98 | "displayNames": { 99 | "en-us": "Add location" 100 | }, 101 | "searchKeywords": [], 102 | "keyCombination": [ 103 | [ 104 | "Control", 105 | "U" 106 | ] 107 | ] 108 | }, 109 | { 110 | "internalName": "Properties", 111 | "displayNames": { 112 | "en-us": "Properties" 113 | }, 114 | "searchKeywords": [], 115 | "keyCombination": [ 116 | [ 117 | "Menu", 118 | "Enter" 119 | ] 120 | ] 121 | } 122 | ] 123 | } 124 | ] -------------------------------------------------------------------------------- /Shortcuts/Media Players/spotify.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Create new playlist", 7 | "displayNames": { 8 | "en-us": "Create new playlist" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "N" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Cut", 20 | "displayNames": { 21 | "en-us": "Cut" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "X" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Copy", 33 | "displayNames": { 34 | "en-us": "Copy" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "C" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Copy (alternative link)", 46 | "displayNames": { 47 | "en-us": "Copy (alternative link)" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "Menu", 54 | "C" 55 | ] 56 | ] 57 | }, 58 | { 59 | "internalName": "Paste", 60 | "displayNames": { 61 | "en-us": "Paste" 62 | }, 63 | "searchKeywords": [], 64 | "keyCombination": [ 65 | [ 66 | "Control", 67 | "V" 68 | ] 69 | ] 70 | }, 71 | { 72 | "internalName": "Delete", 73 | "displayNames": { 74 | "en-us": "Delete" 75 | }, 76 | "searchKeywords": [], 77 | "keyCombination": [ 78 | [ 79 | "Delete" 80 | ] 81 | ] 82 | }, 83 | { 84 | "internalName": "Select all", 85 | "displayNames": { 86 | "en-us": "Select all" 87 | }, 88 | "searchKeywords": [], 89 | "keyCombination": [ 90 | [ 91 | "Control", 92 | "A" 93 | ] 94 | ] 95 | }, 96 | { 97 | "internalName": "Undo deleted song or playlist", 98 | "displayNames": { 99 | "en-us": "Undo deleted song or playlist" 100 | }, 101 | "searchKeywords": [], 102 | "keyCombination": [ 103 | [ 104 | "Control", 105 | "Shift", 106 | "Z" 107 | ] 108 | ] 109 | } 110 | ] 111 | }, 112 | { 113 | "groupInternalName": "Play Controls", 114 | "shortcuts": [ 115 | { 116 | "internalName": "Play/pause", 117 | "displayNames": { 118 | "en-us": "Play/pause" 119 | }, 120 | "searchKeywords": [], 121 | "keyCombination": [ 122 | [ 123 | "Space" 124 | ] 125 | ] 126 | }, 127 | { 128 | "internalName": "Repeat", 129 | "displayNames": { 130 | "en-us": "Repeat" 131 | }, 132 | "searchKeywords": [], 133 | "keyCombination": [ 134 | [ 135 | "Control", 136 | "R" 137 | ] 138 | ] 139 | }, 140 | { 141 | "internalName": "Shuffle", 142 | "displayNames": { 143 | "en-us": "Shuffle" 144 | }, 145 | "searchKeywords": [], 146 | "keyCombination": [ 147 | [ 148 | "Control", 149 | "S" 150 | ] 151 | ] 152 | }, 153 | { 154 | "internalName": "Next track", 155 | "displayNames": { 156 | "en-us": "Next track" 157 | }, 158 | "searchKeywords": [], 159 | "keyCombination": [ 160 | [ 161 | "Control", 162 | "Right" 163 | ] 164 | ] 165 | }, 166 | { 167 | "internalName": "Previous track", 168 | "displayNames": { 169 | "en-us": "Previous track" 170 | }, 171 | "searchKeywords": [], 172 | "keyCombination": [ 173 | [ 174 | "Control", 175 | "Left" 176 | ] 177 | ] 178 | } 179 | ] 180 | }, 181 | { 182 | "groupInternalName": "Volume", 183 | "shortcuts": [ 184 | { 185 | "internalName": "Volume up", 186 | "displayNames": { 187 | "en-us": "Volume up" 188 | }, 189 | "searchKeywords": [], 190 | "keyCombination": [ 191 | [ 192 | "Control", 193 | "Up" 194 | ] 195 | ] 196 | }, 197 | { 198 | "internalName": "Volume down", 199 | "displayNames": { 200 | "en-us": "Volume down" 201 | }, 202 | "searchKeywords": [], 203 | "keyCombination": [ 204 | [ 205 | "Control", 206 | "Down" 207 | ] 208 | ] 209 | }, 210 | { 211 | "internalName": "Mute", 212 | "displayNames": { 213 | "en-us": "Mute" 214 | }, 215 | "searchKeywords": [], 216 | "keyCombination": [ 217 | [ 218 | "Control", 219 | "Shift", 220 | "Down" 221 | ] 222 | ] 223 | }, 224 | { 225 | "internalName": "Max volume", 226 | "displayNames": { 227 | "en-us": "Max volume" 228 | }, 229 | "searchKeywords": [], 230 | "keyCombination": [ 231 | [ 232 | "Control", 233 | "Shift", 234 | "Up" 235 | ] 236 | ] 237 | }, 238 | { 239 | "internalName": "Show help", 240 | "displayNames": { 241 | "en-us": "Show help" 242 | }, 243 | "searchKeywords": [], 244 | "keyCombination": [ 245 | [ 246 | "F1" 247 | ] 248 | ] 249 | } 250 | ] 251 | }, 252 | { 253 | "groupInternalName": "Additional features", 254 | "shortcuts": [ 255 | { 256 | "internalName": "Filter (in Songs and Playlists)", 257 | "displayNames": { 258 | "en-us": "Filter (in Songs and Playlists)" 259 | }, 260 | "searchKeywords": [], 261 | "keyCombination": [ 262 | [ 263 | "Control", 264 | "F" 265 | ] 266 | ] 267 | }, 268 | { 269 | "internalName": "Give focus to search field", 270 | "displayNames": { 271 | "en-us": "Give focus to search field" 272 | }, 273 | "searchKeywords": [], 274 | "keyCombination": [ 275 | [ 276 | "Control", 277 | "L" 278 | ] 279 | ] 280 | }, 281 | { 282 | "internalName": "Go back", 283 | "displayNames": { 284 | "en-us": "Go back" 285 | }, 286 | "searchKeywords": [], 287 | "keyCombination": [ 288 | [ 289 | "Menu", 290 | "Left" 291 | ] 292 | ] 293 | }, 294 | { 295 | "internalName": "Go forward", 296 | "displayNames": { 297 | "en-us": "Go forward" 298 | }, 299 | "searchKeywords": [], 300 | "keyCombination": [ 301 | [ 302 | "Menu", 303 | "Right" 304 | ] 305 | ] 306 | }, 307 | { 308 | "internalName": "Play selected row", 309 | "displayNames": { 310 | "en-us": "Play selected row" 311 | }, 312 | "searchKeywords": [], 313 | "keyCombination": [ 314 | [ 315 | "Enter" 316 | ] 317 | ] 318 | }, 319 | { 320 | "internalName": "Preferences", 321 | "displayNames": { 322 | "en-us": "Preferences" 323 | }, 324 | "searchKeywords": [], 325 | "keyCombination": [ 326 | [ 327 | "Control", 328 | "P" 329 | ] 330 | ] 331 | }, 332 | { 333 | "internalName": "Logout active user", 334 | "displayNames": { 335 | "en-us": "Logout active user" 336 | }, 337 | "searchKeywords": [], 338 | "keyCombination": [ 339 | [ 340 | "Control", 341 | "Shift", 342 | "W" 343 | ] 344 | ] 345 | } 346 | ] 347 | } 348 | ] -------------------------------------------------------------------------------- /Shortcuts/Media Players/tidal.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Settings", 7 | "displayNames": { 8 | "en-us": "Settings" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "P" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Log out", 20 | "displayNames": { 21 | "en-us": "Log out" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "L" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Home", 33 | "displayNames": { 34 | "en-us": "Home" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "H" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Back", 46 | "displayNames": { 47 | "en-us": "Back" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Back" 53 | ] 54 | ] 55 | }, 56 | { 57 | "internalName": "Forward", 58 | "displayNames": { 59 | "en-us": "Forward" 60 | }, 61 | "searchKeywords": [], 62 | "keyCombination": [ 63 | [ 64 | "Shift", 65 | "Back" 66 | ] 67 | ] 68 | }, 69 | { 70 | "internalName": "Search", 71 | "displayNames": { 72 | "en-us": "Search" 73 | }, 74 | "searchKeywords": [], 75 | "keyCombination": [ 76 | [ 77 | "Control", 78 | "F" 79 | ] 80 | ] 81 | }, 82 | { 83 | "internalName": "Check for updates", 84 | "displayNames": { 85 | "en-us": "Check for updates" 86 | }, 87 | "searchKeywords": [], 88 | "keyCombination": [ 89 | [ 90 | "Control", 91 | "U" 92 | ] 93 | ] 94 | } 95 | ] 96 | }, 97 | { 98 | "groupInternalName": "Playback", 99 | "shortcuts": [ 100 | { 101 | "internalName": "Play / Pause", 102 | "displayNames": { 103 | "en-us": "Play / Pause" 104 | }, 105 | "searchKeywords": [], 106 | "keyCombination": [ 107 | [ 108 | "Space" 109 | ] 110 | ] 111 | }, 112 | { 113 | "internalName": "Previous track", 114 | "displayNames": { 115 | "en-us": "Previous track" 116 | }, 117 | "searchKeywords": [], 118 | "keyCombination": [ 119 | [ 120 | "Control", 121 | "Left" 122 | ] 123 | ] 124 | }, 125 | { 126 | "internalName": "Next track", 127 | "displayNames": { 128 | "en-us": "Next track" 129 | }, 130 | "searchKeywords": [], 131 | "keyCombination": [ 132 | [ 133 | "Control", 134 | "Right" 135 | ] 136 | ] 137 | }, 138 | { 139 | "internalName": "Toggle repeat all / single / off", 140 | "displayNames": { 141 | "en-us": "Toggle repeat all / single / off" 142 | }, 143 | "searchKeywords": [], 144 | "keyCombination": [ 145 | [ 146 | "Control", 147 | "R" 148 | ] 149 | ] 150 | }, 151 | { 152 | "internalName": "Shuffle", 153 | "displayNames": { 154 | "en-us": "Shuffle" 155 | }, 156 | "searchKeywords": [], 157 | "keyCombination": [ 158 | [ 159 | "Control", 160 | "S" 161 | ] 162 | ] 163 | } 164 | ] 165 | } 166 | ] -------------------------------------------------------------------------------- /Shortcuts/Miscellaneous/microsoft file explorer.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Select the address bar", 7 | "displayNames": { 8 | "en-us": "Select the address bar" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Menu", 14 | "D" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Select the search box", 20 | "displayNames": { 21 | "en-us": "Select the search box" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "F" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Open a new window", 33 | "displayNames": { 34 | "en-us": "Open a new window" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "N" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Close the active window", 46 | "displayNames": { 47 | "en-us": "Close the active window" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "W" 54 | ] 55 | ] 56 | }, 57 | { 58 | "internalName": "Display all folders above the selected folder", 59 | "displayNames": { 60 | "en-us": "Display all folders above the selected folder" 61 | }, 62 | "searchKeywords": [], 63 | "keyCombination": [ 64 | [ 65 | "Control", 66 | "Shift", 67 | "E" 68 | ] 69 | ] 70 | }, 71 | { 72 | "internalName": "Create a new folder", 73 | "displayNames": { 74 | "en-us": "Create a new folder" 75 | }, 76 | "searchKeywords": [], 77 | "keyCombination": [ 78 | [ 79 | "Control", 80 | "Shift", 81 | "N" 82 | ] 83 | ] 84 | }, 85 | { 86 | "internalName": "Display all subfolders under the selected folder", 87 | "displayNames": { 88 | "en-us": "Display all subfolders under the selected folder" 89 | }, 90 | "searchKeywords": [], 91 | "keyCombination": [ 92 | [ 93 | "NumberKeyLock", 94 | "Number8" 95 | ] 96 | ] 97 | }, 98 | { 99 | "internalName": "Display the contents of the selected folder", 100 | "displayNames": { 101 | "en-us": "Display the contents of the selected folder" 102 | }, 103 | "searchKeywords": [], 104 | "keyCombination": [ 105 | [ 106 | "NumberKeyLock", 107 | "Add" 108 | ] 109 | ] 110 | }, 111 | { 112 | "internalName": "Collapse the selected folder", 113 | "displayNames": { 114 | "en-us": "Collapse the selected folder" 115 | }, 116 | "searchKeywords": [], 117 | "keyCombination": [ 118 | [ 119 | "NumberKeyLock", 120 | "Subtract" 121 | ] 122 | ] 123 | }, 124 | { 125 | "internalName": "Display the preview panel", 126 | "displayNames": { 127 | "en-us": "Display the preview panel" 128 | }, 129 | "searchKeywords": [], 130 | "keyCombination": [ 131 | [ 132 | "Menu", 133 | "P" 134 | ] 135 | ] 136 | }, 137 | { 138 | "internalName": "Open the Properties dialog box for the selected item", 139 | "displayNames": { 140 | "en-us": "Open the Properties dialog box for the selected item" 141 | }, 142 | "searchKeywords": [], 143 | "keyCombination": [ 144 | [ 145 | "Menu", 146 | "Enter" 147 | ] 148 | ] 149 | }, 150 | { 151 | "internalName": "View the next folder", 152 | "displayNames": { 153 | "en-us": "View the next folder" 154 | }, 155 | "searchKeywords": [], 156 | "keyCombination": [ 157 | [ 158 | "Menu", 159 | "Right" 160 | ] 161 | ] 162 | }, 163 | { 164 | "internalName": "View the folder that the folder was in", 165 | "displayNames": { 166 | "en-us": "View the folder that the folder was in" 167 | }, 168 | "searchKeywords": [], 169 | "keyCombination": [ 170 | [ 171 | "Menu", 172 | "Up" 173 | ] 174 | ] 175 | }, 176 | { 177 | "internalName": "View the previous folder", 178 | "displayNames": { 179 | "en-us": "View the previous folder" 180 | }, 181 | "searchKeywords": [], 182 | "keyCombination": [ 183 | [ 184 | "Menu", 185 | "Left" 186 | ] 187 | ] 188 | }, 189 | { 190 | "internalName": "Display the bottom of the active window", 191 | "displayNames": { 192 | "en-us": "Display the bottom of the active window" 193 | }, 194 | "searchKeywords": [], 195 | "keyCombination": [ 196 | [ 197 | "End" 198 | ] 199 | ] 200 | }, 201 | { 202 | "internalName": "Display the top of the active window", 203 | "displayNames": { 204 | "en-us": "Display the top of the active window" 205 | }, 206 | "searchKeywords": [], 207 | "keyCombination": [ 208 | [ 209 | "Home" 210 | ] 211 | ] 212 | }, 213 | { 214 | "internalName": "Maximize or minimize the active window", 215 | "displayNames": { 216 | "en-us": "Maximize or minimize the active window" 217 | }, 218 | "searchKeywords": [], 219 | "keyCombination": [ 220 | [ 221 | "F11" 222 | ] 223 | ] 224 | } 225 | ] 226 | }, 227 | { 228 | "groupInternalName": "Left Navigation Pane", 229 | "shortcuts": [ 230 | { 231 | "internalName": "Focus left navigation pane", 232 | "displayNames": { 233 | "en-us": "Focus left navigation pane" 234 | }, 235 | "searchKeywords": [], 236 | "keyCombination": [ 237 | [ 238 | "Menu", 239 | "D" 240 | ], 241 | [ 242 | "Tab" 243 | ], 244 | [ 245 | "Tab" 246 | ] 247 | ] 248 | }, 249 | { 250 | "internalName": "One item up / down", 251 | "displayNames": { 252 | "en-us": "One item up / down" 253 | }, 254 | "searchKeywords": [], 255 | "keyCombination": [ 256 | [ 257 | "Up" 258 | ] 259 | ] 260 | }, 261 | { 262 | "internalName": "One page up / down", 263 | "displayNames": { 264 | "en-us": "One page up / down" 265 | }, 266 | "searchKeywords": [], 267 | "keyCombination": [ 268 | [ 269 | "PageUp" 270 | ] 271 | ] 272 | }, 273 | { 274 | "internalName": "Go to first item", 275 | "displayNames": { 276 | "en-us": "Go to first item" 277 | }, 278 | "searchKeywords": [], 279 | "keyCombination": [ 280 | [ 281 | "Home" 282 | ] 283 | ] 284 | }, 285 | { 286 | "internalName": "Go to last item", 287 | "displayNames": { 288 | "en-us": "Go to last item" 289 | }, 290 | "searchKeywords": [], 291 | "keyCombination": [ 292 | [ 293 | "End" 294 | ] 295 | ] 296 | } 297 | ] 298 | } 299 | ] -------------------------------------------------------------------------------- /Shortcuts/Miscellaneous/obs studio.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Copy Source", 7 | "displayNames": { 8 | "en-us": "Copy Source" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "C" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Paste Source", 20 | "displayNames": { 21 | "en-us": "Paste Source" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "V" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Remove Source", 33 | "displayNames": { 34 | "en-us": "Remove Source" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Delete" 40 | ] 41 | ] 42 | } 43 | ] 44 | }, 45 | { 46 | "groupInternalName": "Order", 47 | "shortcuts": [ 48 | { 49 | "internalName": "Move source up in sources list", 50 | "displayNames": { 51 | "en-us": "Move source up in sources list" 52 | }, 53 | "searchKeywords": [], 54 | "keyCombination": [ 55 | [ 56 | "Control", 57 | "Up" 58 | ] 59 | ] 60 | }, 61 | { 62 | "internalName": "Move source down in sources list", 63 | "displayNames": { 64 | "en-us": "Move source down in sources list" 65 | }, 66 | "searchKeywords": [], 67 | "keyCombination": [ 68 | [ 69 | "Control", 70 | "Down" 71 | ] 72 | ] 73 | }, 74 | { 75 | "internalName": "Move source to top of sources list", 76 | "displayNames": { 77 | "en-us": "Move source to top of sources list" 78 | }, 79 | "searchKeywords": [], 80 | "keyCombination": [ 81 | [ 82 | "Control", 83 | "Home" 84 | ] 85 | ] 86 | }, 87 | { 88 | "internalName": "Move source to bottom of sources list", 89 | "displayNames": { 90 | "en-us": "Move source to bottom of sources list" 91 | }, 92 | "searchKeywords": [], 93 | "keyCombination": [ 94 | [ 95 | "Control", 96 | "End" 97 | ] 98 | ] 99 | } 100 | ] 101 | }, 102 | { 103 | "groupInternalName": "Transform", 104 | "shortcuts": [ 105 | { 106 | "internalName": "Edit transform", 107 | "displayNames": { 108 | "en-us": "Edit transform" 109 | }, 110 | "searchKeywords": [], 111 | "keyCombination": [ 112 | [ 113 | "Control", 114 | "E" 115 | ] 116 | ] 117 | }, 118 | { 119 | "internalName": "Reset transform", 120 | "displayNames": { 121 | "en-us": "Reset transform" 122 | }, 123 | "searchKeywords": [], 124 | "keyCombination": [ 125 | [ 126 | "Control", 127 | "R" 128 | ] 129 | ] 130 | }, 131 | { 132 | "internalName": "Fit to screen", 133 | "displayNames": { 134 | "en-us": "Fit to screen" 135 | }, 136 | "searchKeywords": [], 137 | "keyCombination": [ 138 | [ 139 | "Control", 140 | "F" 141 | ] 142 | ] 143 | }, 144 | { 145 | "internalName": "Stretch to screen", 146 | "displayNames": { 147 | "en-us": "Stretch to screen" 148 | }, 149 | "searchKeywords": [], 150 | "keyCombination": [ 151 | [ 152 | "Control", 153 | "S" 154 | ] 155 | ] 156 | }, 157 | { 158 | "internalName": "Center to screen", 159 | "displayNames": { 160 | "en-us": "Center to screen" 161 | }, 162 | "searchKeywords": [], 163 | "keyCombination": [ 164 | [ 165 | "Control", 166 | "D" 167 | ] 168 | ] 169 | } 170 | ] 171 | }, 172 | { 173 | "groupInternalName": "Preview Window", 174 | "shortcuts": [ 175 | { 176 | "internalName": "Nudge source up", 177 | "displayNames": { 178 | "en-us": "Nudge source up" 179 | }, 180 | "searchKeywords": [], 181 | "keyCombination": [ 182 | [ 183 | "Up" 184 | ] 185 | ] 186 | }, 187 | { 188 | "internalName": "Nudge source down", 189 | "displayNames": { 190 | "en-us": "Nudge source down" 191 | }, 192 | "searchKeywords": [], 193 | "keyCombination": [ 194 | [ 195 | "Down" 196 | ] 197 | ] 198 | }, 199 | { 200 | "internalName": "Nudge source left", 201 | "displayNames": { 202 | "en-us": "Nudge source left" 203 | }, 204 | "searchKeywords": [], 205 | "keyCombination": [ 206 | [ 207 | "Left" 208 | ] 209 | ] 210 | }, 211 | { 212 | "internalName": "Nudge source right", 213 | "displayNames": { 214 | "en-us": "Nudge source right" 215 | }, 216 | "searchKeywords": [], 217 | "keyCombination": [ 218 | [ 219 | "Right" 220 | ] 221 | ] 222 | } 223 | ] 224 | } 225 | ] -------------------------------------------------------------------------------- /Shortcuts/Miscellaneous/wavebox.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Next Mailbox", 7 | "displayNames": { 8 | "en-us": "Next Mailbox" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "190" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Previous Mailbox", 20 | "displayNames": { 21 | "en-us": "Previous Mailbox" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "188" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Cycle Windows", 33 | "displayNames": { 34 | "en-us": "Cycle Windows" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "192" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Zoom In", 46 | "displayNames": { 47 | "en-us": "Zoom In" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "Add" 54 | ] 55 | ] 56 | }, 57 | { 58 | "internalName": "Zoom Out", 59 | "displayNames": { 60 | "en-us": "Zoom Out" 61 | }, 62 | "searchKeywords": [], 63 | "keyCombination": [ 64 | [ 65 | "Control", 66 | "Add" 67 | ] 68 | ] 69 | }, 70 | { 71 | "internalName": "Zoom Reset", 72 | "displayNames": { 73 | "en-us": "Zoom Reset" 74 | }, 75 | "searchKeywords": [], 76 | "keyCombination": [ 77 | [ 78 | "Control", 79 | "Number0" 80 | ] 81 | ] 82 | }, 83 | { 84 | "internalName": "Toggle Fullscreen", 85 | "displayNames": { 86 | "en-us": "Toggle Fullscreen" 87 | }, 88 | "searchKeywords": [], 89 | "keyCombination": [ 90 | [ 91 | "F11" 92 | ] 93 | ] 94 | }, 95 | { 96 | "internalName": "Toggle Sidebar", 97 | "displayNames": { 98 | "en-us": "Toggle Sidebar" 99 | }, 100 | "searchKeywords": [], 101 | "keyCombination": [ 102 | [ 103 | "Control", 104 | "Shift", 105 | "S" 106 | ] 107 | ] 108 | }, 109 | { 110 | "internalName": "Start Brainbox", 111 | "displayNames": { 112 | "en-us": "Start Brainbox" 113 | }, 114 | "searchKeywords": [], 115 | "keyCombination": [ 116 | [ 117 | "Menu", 118 | "B" 119 | ] 120 | ] 121 | }, 122 | { 123 | "internalName": "Switch to #1", 124 | "displayNames": { 125 | "en-us": "Switch to #1" 126 | }, 127 | "searchKeywords": [], 128 | "keyCombination": [ 129 | [ 130 | "Control", 131 | "Shift", 132 | "Number1" 133 | ] 134 | ] 135 | }, 136 | { 137 | "internalName": "Switch to #2", 138 | "displayNames": { 139 | "en-us": "Switch to #2" 140 | }, 141 | "searchKeywords": [], 142 | "keyCombination": [ 143 | [ 144 | "Control", 145 | "Shift", 146 | "Number2" 147 | ] 148 | ] 149 | }, 150 | { 151 | "internalName": "Switch to #3", 152 | "displayNames": { 153 | "en-us": "Switch to #3" 154 | }, 155 | "searchKeywords": [], 156 | "keyCombination": [ 157 | [ 158 | "Control", 159 | "Shift", 160 | "Number3" 161 | ] 162 | ] 163 | }, 164 | { 165 | "internalName": "Switch to #4", 166 | "displayNames": { 167 | "en-us": "Switch to #4" 168 | }, 169 | "searchKeywords": [], 170 | "keyCombination": [ 171 | [ 172 | "Control", 173 | "Shift", 174 | "Number4" 175 | ] 176 | ] 177 | }, 178 | { 179 | "internalName": "Switch to #5", 180 | "displayNames": { 181 | "en-us": "Switch to #5" 182 | }, 183 | "searchKeywords": [], 184 | "keyCombination": [ 185 | [ 186 | "Control", 187 | "Shift", 188 | "Number5" 189 | ] 190 | ] 191 | }, 192 | { 193 | "internalName": "Switch to #6", 194 | "displayNames": { 195 | "en-us": "Switch to #6" 196 | }, 197 | "searchKeywords": [], 198 | "keyCombination": [ 199 | [ 200 | "Control", 201 | "Shift", 202 | "Number6" 203 | ] 204 | ] 205 | }, 206 | { 207 | "internalName": "Switch to #7", 208 | "displayNames": { 209 | "en-us": "Switch to #7" 210 | }, 211 | "searchKeywords": [], 212 | "keyCombination": [ 213 | [ 214 | "Control", 215 | "Shift", 216 | "Number7" 217 | ] 218 | ] 219 | }, 220 | { 221 | "internalName": "Switch to #8", 222 | "displayNames": { 223 | "en-us": "Switch to #8" 224 | }, 225 | "searchKeywords": [], 226 | "keyCombination": [ 227 | [ 228 | "Control", 229 | "Shift", 230 | "Back" 231 | ] 232 | ] 233 | }, 234 | { 235 | "internalName": "Switch to #9", 236 | "displayNames": { 237 | "en-us": "Switch to #9" 238 | }, 239 | "searchKeywords": [], 240 | "keyCombination": [ 241 | [ 242 | "Control", 243 | "Shift", 244 | "Tab" 245 | ] 246 | ] 247 | }, 248 | { 249 | "internalName": "Toggle address bar", 250 | "displayNames": { 251 | "en-us": "Toggle address bar" 252 | }, 253 | "searchKeywords": [], 254 | "keyCombination": [ 255 | [ 256 | "Control", 257 | "Shift", 258 | "A" 259 | ] 260 | ] 261 | }, 262 | { 263 | "internalName": "Switch to next group", 264 | "displayNames": { 265 | "en-us": "Switch to next group" 266 | }, 267 | "searchKeywords": [], 268 | "keyCombination": [ 269 | [ 270 | "Control", 271 | "Down" 272 | ] 273 | ] 274 | }, 275 | { 276 | "internalName": "Switch to prev group", 277 | "displayNames": { 278 | "en-us": "Switch to prev group" 279 | }, 280 | "searchKeywords": [], 281 | "keyCombination": [ 282 | [ 283 | "Control", 284 | "Up" 285 | ] 286 | ] 287 | }, 288 | { 289 | "internalName": "Open Wavebox Quick Switch", 290 | "displayNames": { 291 | "en-us": "Open Wavebox Quick Switch" 292 | }, 293 | "searchKeywords": [], 294 | "keyCombination": [ 295 | [ 296 | "Menu", 297 | "S" 298 | ] 299 | ] 300 | } 301 | ] 302 | } 303 | ] -------------------------------------------------------------------------------- /Shortcuts/Productivity & Office/mendeley desktop.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "New tab", 7 | "displayNames": { 8 | "en-us": "New tab" 9 | }, 10 | "keyCombination": [ 11 | [ 12 | "Control", 13 | "T" 14 | ] 15 | ], 16 | "searchKeywords": [] 17 | }, 18 | { 19 | "internalName": "Close current tab", 20 | "displayNames": { 21 | "en-us": "Close current tab" 22 | }, 23 | "keyCombination": [ 24 | [ 25 | "Control", 26 | "W" 27 | ] 28 | ], 29 | "searchKeywords": [] 30 | }, 31 | { 32 | "internalName": "Re-open tab", 33 | "displayNames": { 34 | "en-us": "Re-open tab" 35 | }, 36 | "keyCombination": [ 37 | [ 38 | "Control", 39 | "Shift", 40 | "T" 41 | ] 42 | ], 43 | "searchKeywords": [] 44 | }, 45 | { 46 | "internalName": "Go to next tab", 47 | "displayNames": { 48 | "en-us": "Go to next tab" 49 | }, 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "Shift", 54 | "T" 55 | ] 56 | ], 57 | "searchKeywords": [] 58 | }, 59 | { 60 | "internalName": "Go to previous tab", 61 | "displayNames": { 62 | "en-us": "Go to previous tab" 63 | }, 64 | "keyCombination": [ 65 | [ 66 | "Control", 67 | "Shift", 68 | "Tab" 69 | ] 70 | ], 71 | "searchKeywords": [] 72 | }, 73 | { 74 | "internalName": "Scroll down", 75 | "displayNames": { 76 | "en-us": "Scroll down" 77 | }, 78 | "keyCombination": [ 79 | [ 80 | "Space" 81 | ] 82 | ], 83 | "searchKeywords": [] 84 | }, 85 | { 86 | "internalName": "Scroll up", 87 | "displayNames": { 88 | "en-us": "Scroll up" 89 | }, 90 | "keyCombination": [ 91 | [ 92 | "Shift", 93 | "Space" 94 | ] 95 | ], 96 | "searchKeywords": [] 97 | }, 98 | { 99 | "internalName": "Go back", 100 | "displayNames": { 101 | "en-us": "Go back" 102 | }, 103 | "keyCombination": [ 104 | [ 105 | "Menu", 106 | "Left" 107 | ] 108 | ], 109 | "searchKeywords": [] 110 | }, 111 | { 112 | "internalName": "Go forward", 113 | "displayNames": { 114 | "en-us": "Go forward" 115 | }, 116 | "keyCombination": [ 117 | [ 118 | "Menu", 119 | "Right" 120 | ] 121 | ], 122 | "searchKeywords": [] 123 | }, 124 | { 125 | "internalName": "Zoom in", 126 | "displayNames": { 127 | "en-us": "Zoom in" 128 | }, 129 | "keyCombination": [ 130 | [ 131 | "Control" 132 | ] 133 | ], 134 | "searchKeywords": [] 135 | }, 136 | { 137 | "internalName": "Zoom out", 138 | "displayNames": { 139 | "en-us": "Zoom out" 140 | }, 141 | "keyCombination": [ 142 | [ 143 | "Control" 144 | ] 145 | ], 146 | "searchKeywords": [] 147 | }, 148 | { 149 | "internalName": "Reset to 100% zoom", 150 | "displayNames": { 151 | "en-us": "Reset to 100% zoom" 152 | }, 153 | "keyCombination": [ 154 | [ 155 | "Control", 156 | "Number0" 157 | ] 158 | ], 159 | "searchKeywords": [] 160 | }, 161 | { 162 | "internalName": "New folder", 163 | "displayNames": { 164 | "en-us": "New folder" 165 | }, 166 | "keyCombination": [ 167 | [ 168 | "Control", 169 | "Shift", 170 | "N" 171 | ] 172 | ], 173 | "searchKeywords": [] 174 | }, 175 | { 176 | "internalName": "Copy", 177 | "displayNames": { 178 | "en-us": "Copy" 179 | }, 180 | "keyCombination": [ 181 | [ 182 | "Control", 183 | "C" 184 | ] 185 | ], 186 | "searchKeywords": [] 187 | }, 188 | { 189 | "internalName": "Activate sticky note tool", 190 | "displayNames": { 191 | "en-us": "Activate sticky note tool" 192 | }, 193 | "keyCombination": [ 194 | [ 195 | "Control", 196 | "N" 197 | ] 198 | ], 199 | "searchKeywords": [] 200 | }, 201 | { 202 | "internalName": "Copy formatted citation", 203 | "displayNames": { 204 | "en-us": "Copy formatted citation" 205 | }, 206 | "keyCombination": [ 207 | [ 208 | "Control", 209 | "Shift", 210 | "C" 211 | ] 212 | ], 213 | "searchKeywords": [] 214 | }, 215 | { 216 | "internalName": "Search", 217 | "displayNames": { 218 | "en-us": "Search" 219 | }, 220 | "keyCombination": [ 221 | [ 222 | "Control", 223 | "F" 224 | ] 225 | ], 226 | "searchKeywords": [] 227 | }, 228 | { 229 | "internalName": "Activate highlight tool", 230 | "displayNames": { 231 | "en-us": "Activate highlight tool" 232 | }, 233 | "keyCombination": [ 234 | [ 235 | "Control", 236 | "Shift", 237 | "H" 238 | ] 239 | ], 240 | "searchKeywords": [] 241 | } 242 | ] 243 | } 244 | ] -------------------------------------------------------------------------------- /Shortcuts/Productivity & Office/microsoft powerpoint.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "Formatting", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Bold", 7 | "displayNames": { 8 | "en-us": "Bold" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "B" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Italic", 20 | "displayNames": { 21 | "en-us": "Italic" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "I" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Underline", 33 | "displayNames": { 34 | "en-us": "Underline" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "U" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Center", 46 | "displayNames": { 47 | "en-us": "Center" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "E" 54 | ] 55 | ] 56 | }, 57 | { 58 | "internalName": "Left Align", 59 | "displayNames": { 60 | "en-us": "Left Align" 61 | }, 62 | "searchKeywords": [], 63 | "keyCombination": [ 64 | [ 65 | "Control", 66 | "L" 67 | ] 68 | ] 69 | }, 70 | { 71 | "internalName": "Right Align", 72 | "displayNames": { 73 | "en-us": "Right Align" 74 | }, 75 | "searchKeywords": [], 76 | "keyCombination": [ 77 | [ 78 | "Control", 79 | "R" 80 | ] 81 | ] 82 | }, 83 | { 84 | "internalName": "Justify", 85 | "displayNames": { 86 | "en-us": "Justify" 87 | }, 88 | "searchKeywords": [], 89 | "keyCombination": [ 90 | [ 91 | "Control", 92 | "J" 93 | ] 94 | ] 95 | }, 96 | { 97 | "internalName": "Normal", 98 | "displayNames": { 99 | "en-us": "Normal" 100 | }, 101 | "searchKeywords": [], 102 | "keyCombination": [ 103 | [ 104 | "Control", 105 | "Space" 106 | ] 107 | ] 108 | } 109 | ] 110 | }, 111 | { 112 | "groupInternalName": "Editing", 113 | "shortcuts": [ 114 | { 115 | "internalName": "Undo", 116 | "displayNames": { 117 | "en-us": "Undo" 118 | }, 119 | "searchKeywords": [], 120 | "keyCombination": [ 121 | [ 122 | "Control", 123 | "Z" 124 | ] 125 | ] 126 | }, 127 | { 128 | "internalName": "Cut", 129 | "displayNames": { 130 | "en-us": "Cut" 131 | }, 132 | "searchKeywords": [], 133 | "keyCombination": [ 134 | [ 135 | "Control", 136 | "X" 137 | ] 138 | ] 139 | }, 140 | { 141 | "internalName": "Copy", 142 | "displayNames": { 143 | "en-us": "Copy" 144 | }, 145 | "searchKeywords": [], 146 | "keyCombination": [ 147 | [ 148 | "Control", 149 | "C" 150 | ] 151 | ] 152 | }, 153 | { 154 | "internalName": "Paste", 155 | "displayNames": { 156 | "en-us": "Paste" 157 | }, 158 | "searchKeywords": [], 159 | "keyCombination": [ 160 | [ 161 | "Control", 162 | "V" 163 | ] 164 | ] 165 | }, 166 | { 167 | "internalName": "Select All", 168 | "displayNames": { 169 | "en-us": "Select All" 170 | }, 171 | "searchKeywords": [], 172 | "keyCombination": [ 173 | [ 174 | "Control", 175 | "A" 176 | ] 177 | ] 178 | }, 179 | { 180 | "internalName": "Find", 181 | "displayNames": { 182 | "en-us": "Find" 183 | }, 184 | "searchKeywords": [], 185 | "keyCombination": [ 186 | [ 187 | "Control", 188 | "F" 189 | ] 190 | ] 191 | }, 192 | { 193 | "internalName": "Replace", 194 | "displayNames": { 195 | "en-us": "Replace" 196 | }, 197 | "searchKeywords": [], 198 | "keyCombination": [ 199 | [ 200 | "Control", 201 | "H" 202 | ] 203 | ] 204 | } 205 | ] 206 | }, 207 | { 208 | "groupInternalName": "Slide Show", 209 | "shortcuts": [ 210 | { 211 | "internalName": "Start slide show", 212 | "displayNames": { 213 | "en-us": "Start slide show" 214 | }, 215 | "searchKeywords": [], 216 | "keyCombination": [ 217 | [ 218 | "F5" 219 | ] 220 | ] 221 | }, 222 | { 223 | "internalName": "Next slide", 224 | "displayNames": { 225 | "en-us": "Next slide" 226 | }, 227 | "searchKeywords": [], 228 | "keyCombination": [ 229 | [ 230 | "N" 231 | ] 232 | ] 233 | }, 234 | { 235 | "internalName": "Perform next animation", 236 | "displayNames": { 237 | "en-us": "Perform next animation" 238 | }, 239 | "searchKeywords": [], 240 | "keyCombination": [ 241 | [ 242 | "Enter" 243 | ], 244 | [ 245 | "PageDown" 246 | ], 247 | [ 248 | "Right" 249 | ], 250 | [ 251 | "Down" 252 | ], 253 | [ 254 | "Space" 255 | ] 256 | ] 257 | }, 258 | { 259 | "internalName": "Previous slide", 260 | "displayNames": { 261 | "en-us": "Previous slide" 262 | }, 263 | "searchKeywords": [], 264 | "keyCombination": [ 265 | [ 266 | "P" 267 | ] 268 | ] 269 | }, 270 | { 271 | "internalName": "Repeat previous animation", 272 | "displayNames": { 273 | "en-us": "Repeat previous animation" 274 | }, 275 | "searchKeywords": [], 276 | "keyCombination": [ 277 | [ 278 | "PageUp" 279 | ], 280 | [ 281 | "Left" 282 | ], 283 | [ 284 | "Up" 285 | ], 286 | [ 287 | "Back" 288 | ] 289 | ] 290 | }, 291 | { 292 | "internalName": "Display black screen", 293 | "displayNames": { 294 | "en-us": "Display black screen" 295 | }, 296 | "searchKeywords": [], 297 | "keyCombination": [ 298 | [ 299 | "B" 300 | ] 301 | ] 302 | }, 303 | { 304 | "internalName": "Display white screen", 305 | "displayNames": { 306 | "en-us": "Display white screen" 307 | }, 308 | "searchKeywords": [], 309 | "keyCombination": [ 310 | [ 311 | "W" 312 | ] 313 | ] 314 | }, 315 | { 316 | "internalName": "End slide show", 317 | "displayNames": { 318 | "en-us": "End slide show" 319 | }, 320 | "searchKeywords": [], 321 | "keyCombination": [ 322 | [ 323 | "Escape" 324 | ] 325 | ] 326 | }, 327 | { 328 | "internalName": "Next hidden slide", 329 | "displayNames": { 330 | "en-us": "Next hidden slide" 331 | }, 332 | "searchKeywords": [], 333 | "keyCombination": [ 334 | [ 335 | "H" 336 | ] 337 | ] 338 | }, 339 | { 340 | "internalName": "Display pen cursor", 341 | "displayNames": { 342 | "en-us": "Display pen cursor" 343 | }, 344 | "searchKeywords": [], 345 | "keyCombination": [ 346 | [ 347 | "Control", 348 | "P" 349 | ] 350 | ] 351 | }, 352 | { 353 | "internalName": "Display arrow cursor", 354 | "displayNames": { 355 | "en-us": "Display arrow cursor" 356 | }, 357 | "searchKeywords": [], 358 | "keyCombination": [ 359 | [ 360 | "Control", 361 | "A" 362 | ] 363 | ] 364 | }, 365 | { 366 | "internalName": "Hide cursor", 367 | "displayNames": { 368 | "en-us": "Hide cursor" 369 | }, 370 | "searchKeywords": [], 371 | "keyCombination": [ 372 | [ 373 | "Control", 374 | "H" 375 | ] 376 | ] 377 | } 378 | ] 379 | }, 380 | { 381 | "groupInternalName": "File and Document", 382 | "shortcuts": [ 383 | { 384 | "internalName": "New", 385 | "displayNames": { 386 | "en-us": "New" 387 | }, 388 | "searchKeywords": [], 389 | "keyCombination": [ 390 | [ 391 | "Control", 392 | "N" 393 | ] 394 | ] 395 | }, 396 | { 397 | "internalName": "Open", 398 | "displayNames": { 399 | "en-us": "Open" 400 | }, 401 | "searchKeywords": [], 402 | "keyCombination": [ 403 | [ 404 | "Control", 405 | "O" 406 | ] 407 | ] 408 | }, 409 | { 410 | "internalName": "Save", 411 | "displayNames": { 412 | "en-us": "Save" 413 | }, 414 | "searchKeywords": [], 415 | "keyCombination": [ 416 | [ 417 | "Control", 418 | "S" 419 | ] 420 | ] 421 | }, 422 | { 423 | "internalName": "Print", 424 | "displayNames": { 425 | "en-us": "Print" 426 | }, 427 | "searchKeywords": [], 428 | "keyCombination": [ 429 | [ 430 | "Control", 431 | "P" 432 | ] 433 | ] 434 | }, 435 | { 436 | "internalName": "Help", 437 | "displayNames": { 438 | "en-us": "Help" 439 | }, 440 | "searchKeywords": [], 441 | "keyCombination": [ 442 | [ 443 | "F1" 444 | ] 445 | ] 446 | }, 447 | { 448 | "internalName": "New Slide", 449 | "displayNames": { 450 | "en-us": "New Slide" 451 | }, 452 | "searchKeywords": [], 453 | "keyCombination": [ 454 | [ 455 | "Control", 456 | "M" 457 | ] 458 | ] 459 | } 460 | ] 461 | } 462 | ] -------------------------------------------------------------------------------- /Shortcuts/Productivity & Office/obsidian.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "Navigation", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Open quick switcher", 7 | "displayNames": { 8 | "en-us": "Open quick switcher" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "O" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Open graph view", 20 | "displayNames": { 21 | "en-us": "Open graph view" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "G" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Open command palette", 33 | "displayNames": { 34 | "en-us": "Open command palette" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "P" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Navigate back", 46 | "displayNames": { 47 | "en-us": "Navigate back" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "Menu", 54 | "Left" 55 | ] 56 | ] 57 | }, 58 | { 59 | "internalName": "Navigate forward", 60 | "displayNames": { 61 | "en-us": "Navigate forward" 62 | }, 63 | "searchKeywords": [], 64 | "keyCombination": [ 65 | [ 66 | "Control", 67 | "Menu", 68 | "Right" 69 | ] 70 | ] 71 | }, 72 | { 73 | "internalName": "Open help", 74 | "displayNames": { 75 | "en-us": "Open help" 76 | }, 77 | "searchKeywords": [], 78 | "keyCombination": [ 79 | [ 80 | "F1" 81 | ] 82 | ] 83 | }, 84 | { 85 | "internalName": "Follow link under cursor", 86 | "displayNames": { 87 | "en-us": "Follow link under cursor" 88 | }, 89 | "searchKeywords": [], 90 | "keyCombination": [ 91 | [ 92 | "Menu", 93 | "Enter" 94 | ] 95 | ] 96 | }, 97 | { 98 | "internalName": "Open link under cursor in new pane", 99 | "displayNames": { 100 | "en-us": "Open link under cursor in new pane" 101 | }, 102 | "searchKeywords": [], 103 | "keyCombination": [ 104 | [ 105 | "Control", 106 | "Menu", 107 | "Enter" 108 | ] 109 | ] 110 | }, 111 | { 112 | "internalName": "Open settings", 113 | "displayNames": { 114 | "en-us": "Open settings" 115 | }, 116 | "searchKeywords": [], 117 | "keyCombination": [ 118 | [ 119 | "Control", 120 | "188" 121 | ] 122 | ] 123 | } 124 | ] 125 | }, 126 | { 127 | "groupInternalName": "Pane Handling", 128 | "shortcuts": [ 129 | { 130 | "internalName": "Create new note", 131 | "displayNames": { 132 | "en-us": "Create new note" 133 | }, 134 | "searchKeywords": [], 135 | "keyCombination": [ 136 | [ 137 | "Control", 138 | "N" 139 | ] 140 | ] 141 | }, 142 | { 143 | "internalName": "Close active pane", 144 | "displayNames": { 145 | "en-us": "Close active pane" 146 | }, 147 | "searchKeywords": [], 148 | "keyCombination": [ 149 | [ 150 | "Control", 151 | "W" 152 | ] 153 | ] 154 | } 155 | ] 156 | }, 157 | { 158 | "groupInternalName": "Search", 159 | "shortcuts": [ 160 | { 161 | "internalName": "Search current file", 162 | "displayNames": { 163 | "en-us": "Search current file" 164 | }, 165 | "searchKeywords": [], 166 | "keyCombination": [ 167 | [ 168 | "Control", 169 | "F" 170 | ] 171 | ] 172 | }, 173 | { 174 | "internalName": "Search & replace in current file", 175 | "displayNames": { 176 | "en-us": "Search & replace in current file" 177 | }, 178 | "searchKeywords": [], 179 | "keyCombination": [ 180 | [ 181 | "Control", 182 | "H" 183 | ] 184 | ] 185 | }, 186 | { 187 | "internalName": "Search in all files", 188 | "displayNames": { 189 | "en-us": "Search in all files" 190 | }, 191 | "searchKeywords": [], 192 | "keyCombination": [ 193 | [ 194 | "Control", 195 | "Shift", 196 | "F" 197 | ] 198 | ] 199 | } 200 | ] 201 | }, 202 | { 203 | "groupInternalName": "Editing", 204 | "shortcuts": [ 205 | { 206 | "internalName": "Toggle bold for selection", 207 | "displayNames": { 208 | "en-us": "Toggle bold for selection" 209 | }, 210 | "searchKeywords": [], 211 | "keyCombination": [ 212 | [ 213 | "Control", 214 | "B" 215 | ] 216 | ] 217 | }, 218 | { 219 | "internalName": "Toggle italics for selection", 220 | "displayNames": { 221 | "en-us": "Toggle italics for selection" 222 | }, 223 | "searchKeywords": [], 224 | "keyCombination": [ 225 | [ 226 | "Control", 227 | "I" 228 | ] 229 | ] 230 | }, 231 | { 232 | "internalName": "Insert link", 233 | "displayNames": { 234 | "en-us": "Insert link" 235 | }, 236 | "searchKeywords": [], 237 | "keyCombination": [ 238 | [ 239 | "Control", 240 | "K" 241 | ] 242 | ] 243 | }, 244 | { 245 | "internalName": "Delete paragraph", 246 | "displayNames": { 247 | "en-us": "Delete paragraph" 248 | }, 249 | "searchKeywords": [], 250 | "keyCombination": [ 251 | [ 252 | "Control", 253 | "D" 254 | ] 255 | ] 256 | }, 257 | { 258 | "internalName": "Toggle edit/preview mode", 259 | "displayNames": { 260 | "en-us": "Toggle edit/preview mode" 261 | }, 262 | "searchKeywords": [], 263 | "keyCombination": [ 264 | [ 265 | "Control", 266 | "E" 267 | ] 268 | ] 269 | }, 270 | { 271 | "internalName": "Editor: save file", 272 | "displayNames": { 273 | "en-us": "Editor: save file" 274 | }, 275 | "searchKeywords": [], 276 | "keyCombination": [ 277 | [ 278 | "Control", 279 | "S" 280 | ] 281 | ] 282 | } 283 | ] 284 | } 285 | ] -------------------------------------------------------------------------------- /Shortcuts/Utilities & Tools/microsoft stickynotes.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "Type and edit", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Create new sticky note", 7 | "displayNames": { 8 | "en-us": "Create new sticky note" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "N" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Close the current sticky note", 20 | "displayNames": { 21 | "en-us": "Close the current sticky note" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "W" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Delete the current sticky note", 33 | "displayNames": { 34 | "en-us": "Delete the current sticky note" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "D" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Move the focus to the all notes list", 46 | "displayNames": { 47 | "en-us": "Move the focus to the all notes list" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "H" 54 | ] 55 | ] 56 | }, 57 | { 58 | "internalName": "Cycle forward between all notes", 59 | "displayNames": { 60 | "en-us": "Cycle forward between all notes" 61 | }, 62 | "searchKeywords": [], 63 | "keyCombination": [ 64 | [ 65 | "Control", 66 | "Tab" 67 | ] 68 | ] 69 | }, 70 | { 71 | "internalName": "Cycle backwards between all notes", 72 | "displayNames": { 73 | "en-us": "Cycle backwards between all notes" 74 | }, 75 | "searchKeywords": [], 76 | "keyCombination": [ 77 | [ 78 | "Control", 79 | "Shift", 80 | "Tab" 81 | ] 82 | ] 83 | }, 84 | { 85 | "internalName": "Select all text on the sticky note", 86 | "displayNames": { 87 | "en-us": "Select all text on the sticky note" 88 | }, 89 | "searchKeywords": [], 90 | "keyCombination": [ 91 | [ 92 | "Control", 93 | "A" 94 | ] 95 | ] 96 | }, 97 | { 98 | "internalName": "Copy selected text to the clipboard", 99 | "displayNames": { 100 | "en-us": "Copy selected text to the clipboard" 101 | }, 102 | "searchKeywords": [], 103 | "keyCombination": [ 104 | [ 105 | "Control", 106 | "C" 107 | ] 108 | ] 109 | }, 110 | { 111 | "internalName": "Cut selected text to the clipboard", 112 | "displayNames": { 113 | "en-us": "Cut selected text to the clipboard" 114 | }, 115 | "searchKeywords": [], 116 | "keyCombination": [ 117 | [ 118 | "Control", 119 | "X" 120 | ] 121 | ] 122 | }, 123 | { 124 | "internalName": "Paste the text of the clipboard", 125 | "displayNames": { 126 | "en-us": "Paste the text of the clipboard" 127 | }, 128 | "searchKeywords": [], 129 | "keyCombination": [ 130 | [ 131 | "Control", 132 | "V" 133 | ] 134 | ] 135 | }, 136 | { 137 | "internalName": "Undo the last action", 138 | "displayNames": { 139 | "en-us": "Undo the last action" 140 | }, 141 | "searchKeywords": [], 142 | "keyCombination": [ 143 | [ 144 | "Control", 145 | "Z" 146 | ] 147 | ] 148 | }, 149 | { 150 | "internalName": "Redo the last action", 151 | "displayNames": { 152 | "en-us": "Redo the last action" 153 | }, 154 | "searchKeywords": [], 155 | "keyCombination": [ 156 | [ 157 | "Control", 158 | "Y" 159 | ] 160 | ] 161 | }, 162 | { 163 | "internalName": "Move one word to the left", 164 | "displayNames": { 165 | "en-us": "Move one word to the left" 166 | }, 167 | "searchKeywords": [], 168 | "keyCombination": [ 169 | [ 170 | "Control", 171 | "Left" 172 | ] 173 | ] 174 | }, 175 | { 176 | "internalName": "Move one word to the right", 177 | "displayNames": { 178 | "en-us": "Move one word to the right" 179 | }, 180 | "searchKeywords": [], 181 | "keyCombination": [ 182 | [ 183 | "Control", 184 | "Right" 185 | ] 186 | ] 187 | }, 188 | { 189 | "internalName": "Move to the beginning of the line", 190 | "displayNames": { 191 | "en-us": "Move to the beginning of the line" 192 | }, 193 | "searchKeywords": [], 194 | "keyCombination": [ 195 | [ 196 | "Home" 197 | ] 198 | ] 199 | }, 200 | { 201 | "internalName": "Move to the end of the line", 202 | "displayNames": { 203 | "en-us": "Move to the end of the line" 204 | }, 205 | "searchKeywords": [], 206 | "keyCombination": [ 207 | [ 208 | "End" 209 | ] 210 | ] 211 | }, 212 | { 213 | "internalName": "Move to the beginning of the note", 214 | "displayNames": { 215 | "en-us": "Move to the beginning of the note" 216 | }, 217 | "searchKeywords": [], 218 | "keyCombination": [ 219 | [ 220 | "Control", 221 | "Home" 222 | ] 223 | ] 224 | }, 225 | { 226 | "internalName": "Move to the end of the note", 227 | "displayNames": { 228 | "en-us": "Move to the end of the note" 229 | }, 230 | "searchKeywords": [], 231 | "keyCombination": [ 232 | [ 233 | "Control", 234 | "End" 235 | ] 236 | ] 237 | }, 238 | { 239 | "internalName": "Delete the next word", 240 | "displayNames": { 241 | "en-us": "Delete the next word" 242 | }, 243 | "searchKeywords": [], 244 | "keyCombination": [ 245 | [ 246 | "Control", 247 | "Delete" 248 | ] 249 | ] 250 | }, 251 | { 252 | "internalName": "Delete the previous word", 253 | "displayNames": { 254 | "en-us": "Delete the previous word" 255 | }, 256 | "searchKeywords": [], 257 | "keyCombination": [ 258 | [ 259 | "Control", 260 | "Back" 261 | ] 262 | ] 263 | }, 264 | { 265 | "internalName": "Search any note when in the notes list", 266 | "displayNames": { 267 | "en-us": "Search any note when in the notes list" 268 | }, 269 | "searchKeywords": [], 270 | "keyCombination": [ 271 | [ 272 | "Control", 273 | "F" 274 | ] 275 | ] 276 | }, 277 | { 278 | "internalName": "Return to notes list from search", 279 | "displayNames": { 280 | "en-us": "Return to notes list from search" 281 | }, 282 | "searchKeywords": [], 283 | "keyCombination": [ 284 | [ 285 | "Escape" 286 | ] 287 | ] 288 | } 289 | ] 290 | }, 291 | { 292 | "groupInternalName": "Formatting", 293 | "shortcuts": [ 294 | { 295 | "internalName": "Toggle bold", 296 | "displayNames": { 297 | "en-us": "Toggle bold" 298 | }, 299 | "searchKeywords": [], 300 | "keyCombination": [ 301 | [ 302 | "Control", 303 | "B" 304 | ] 305 | ] 306 | }, 307 | { 308 | "internalName": "Toggle italic", 309 | "displayNames": { 310 | "en-us": "Toggle italic" 311 | }, 312 | "searchKeywords": [], 313 | "keyCombination": [ 314 | [ 315 | "Control", 316 | "I" 317 | ] 318 | ] 319 | }, 320 | { 321 | "internalName": "Toggle underline", 322 | "displayNames": { 323 | "en-us": "Toggle underline" 324 | }, 325 | "searchKeywords": [], 326 | "keyCombination": [ 327 | [ 328 | "Control", 329 | "U" 330 | ] 331 | ] 332 | }, 333 | { 334 | "internalName": "Toggle bulleted list", 335 | "displayNames": { 336 | "en-us": "Toggle bulleted list" 337 | }, 338 | "searchKeywords": [], 339 | "keyCombination": [ 340 | [ 341 | "Control", 342 | "Shift", 343 | "L" 344 | ] 345 | ] 346 | }, 347 | { 348 | "internalName": "Toggle strikethrough", 349 | "displayNames": { 350 | "en-us": "Toggle strikethrough" 351 | }, 352 | "searchKeywords": [], 353 | "keyCombination": [ 354 | [ 355 | "Control", 356 | "T" 357 | ] 358 | ] 359 | }, 360 | { 361 | "internalName": "Right-align a paragraph", 362 | "displayNames": { 363 | "en-us": "Right-align a paragraph" 364 | }, 365 | "searchKeywords": [], 366 | "keyCombination": [ 367 | [ 368 | "Control", 369 | "Shift" 370 | ] 371 | ] 372 | }, 373 | { 374 | "internalName": "Left-align a paragraph", 375 | "displayNames": { 376 | "en-us": "Left-align a paragraph" 377 | }, 378 | "searchKeywords": [], 379 | "keyCombination": [ 380 | [ 381 | "Control", 382 | "Shift" 383 | ] 384 | ] 385 | } 386 | ] 387 | } 388 | ] -------------------------------------------------------------------------------- /Shortcuts/Utilities & Tools/microsoft to do.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Add a new task", 7 | "displayNames": { 8 | "en-us": "Add a new task" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "N" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Create a new list", 20 | "displayNames": { 21 | "en-us": "Create a new list" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "L" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Add task to My Day", 33 | "displayNames": { 34 | "en-us": "Add task to My Day" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "T" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Complete task", 46 | "displayNames": { 47 | "en-us": "Complete task" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Control", 53 | "D" 54 | ] 55 | ] 56 | }, 57 | { 58 | "internalName": "Search", 59 | "displayNames": { 60 | "en-us": "Search" 61 | }, 62 | "searchKeywords": [], 63 | "keyCombination": [ 64 | [ 65 | "Control", 66 | "F" 67 | ] 68 | ] 69 | }, 70 | { 71 | "internalName": "Paste", 72 | "displayNames": { 73 | "en-us": "Paste" 74 | }, 75 | "searchKeywords": [], 76 | "keyCombination": [ 77 | [ 78 | "Control", 79 | "V" 80 | ] 81 | ] 82 | }, 83 | { 84 | "internalName": "Sync now", 85 | "displayNames": { 86 | "en-us": "Sync now" 87 | }, 88 | "searchKeywords": [], 89 | "keyCombination": [ 90 | [ 91 | "Control", 92 | "R" 93 | ] 94 | ] 95 | }, 96 | { 97 | "internalName": "Open sidebar in minified view", 98 | "displayNames": { 99 | "en-us": "Open sidebar in minified view" 100 | }, 101 | "searchKeywords": [], 102 | "keyCombination": [ 103 | [ 104 | "Control", 105 | "Number1" 106 | ] 107 | ] 108 | } 109 | ] 110 | } 111 | ] -------------------------------------------------------------------------------- /Shortcuts/Utilities & Tools/mremoteng.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Help", 7 | "displayNames": { 8 | "en-us": "Help" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "F1" 14 | ] 15 | ] 16 | } 17 | ] 18 | }, 19 | { 20 | "groupInternalName": "File", 21 | "shortcuts": [ 22 | { 23 | "internalName": "New Connection", 24 | "displayNames": { 25 | "en-us": "New Connection" 26 | }, 27 | "searchKeywords": [], 28 | "keyCombination": [ 29 | [ 30 | "Control", 31 | "N" 32 | ] 33 | ] 34 | }, 35 | { 36 | "internalName": "New Folder", 37 | "displayNames": { 38 | "en-us": "New Folder" 39 | }, 40 | "searchKeywords": [], 41 | "keyCombination": [ 42 | [ 43 | "Control", 44 | "Shift", 45 | "N" 46 | ] 47 | ] 48 | }, 49 | { 50 | "internalName": "Open Connection File", 51 | "displayNames": { 52 | "en-us": "Open Connection File" 53 | }, 54 | "searchKeywords": [], 55 | "keyCombination": [ 56 | [ 57 | "Control", 58 | "O" 59 | ] 60 | ] 61 | }, 62 | { 63 | "internalName": "Save Connection FIle", 64 | "displayNames": { 65 | "en-us": "Save Connection FIle" 66 | }, 67 | "searchKeywords": [], 68 | "keyCombination": [ 69 | [ 70 | "Control", 71 | "S" 72 | ] 73 | ] 74 | }, 75 | { 76 | "internalName": "Save Connection File As", 77 | "displayNames": { 78 | "en-us": "Save Connection File As" 79 | }, 80 | "searchKeywords": [], 81 | "keyCombination": [ 82 | [ 83 | "Control", 84 | "Shift", 85 | "S" 86 | ] 87 | ] 88 | } 89 | ] 90 | }, 91 | { 92 | "groupInternalName": "View", 93 | "shortcuts": [ 94 | { 95 | "internalName": "Jump to Connections & Config", 96 | "displayNames": { 97 | "en-us": "Jump to Connections & Config" 98 | }, 99 | "searchKeywords": [], 100 | "keyCombination": [ 101 | [ 102 | "Control", 103 | "Menu", 104 | "C" 105 | ] 106 | ] 107 | }, 108 | { 109 | "internalName": "Jump to Notifications", 110 | "displayNames": { 111 | "en-us": "Jump to Notifications" 112 | }, 113 | "searchKeywords": [], 114 | "keyCombination": [ 115 | [ 116 | "Control", 117 | "Menu", 118 | "E" 119 | ] 120 | ] 121 | }, 122 | { 123 | "internalName": "Fullscreen", 124 | "displayNames": { 125 | "en-us": "Fullscreen" 126 | }, 127 | "searchKeywords": [], 128 | "keyCombination": [ 129 | [ 130 | "F11" 131 | ] 132 | ] 133 | } 134 | ] 135 | }, 136 | { 137 | "groupInternalName": "Connections", 138 | "shortcuts": [ 139 | { 140 | "internalName": "Connect", 141 | "displayNames": { 142 | "en-us": "Connect" 143 | }, 144 | "searchKeywords": [], 145 | "keyCombination": [ 146 | [ 147 | "Control", 148 | "Shift", 149 | "C" 150 | ] 151 | ] 152 | }, 153 | { 154 | "internalName": "Duplicate", 155 | "displayNames": { 156 | "en-us": "Duplicate" 157 | }, 158 | "searchKeywords": [], 159 | "keyCombination": [ 160 | [ 161 | "Control", 162 | "D" 163 | ] 164 | ] 165 | }, 166 | { 167 | "internalName": "Rename", 168 | "displayNames": { 169 | "en-us": "Rename" 170 | }, 171 | "searchKeywords": [], 172 | "keyCombination": [ 173 | [ 174 | "F2" 175 | ] 176 | ] 177 | }, 178 | { 179 | "internalName": "Delete", 180 | "displayNames": { 181 | "en-us": "Delete" 182 | }, 183 | "searchKeywords": [], 184 | "keyCombination": [ 185 | [ 186 | "Delete" 187 | ] 188 | ] 189 | }, 190 | { 191 | "internalName": "Move Up", 192 | "displayNames": { 193 | "en-us": "Move Up" 194 | }, 195 | "searchKeywords": [], 196 | "keyCombination": [ 197 | [ 198 | "Control", 199 | "Up" 200 | ] 201 | ] 202 | }, 203 | { 204 | "internalName": "Move Down", 205 | "displayNames": { 206 | "en-us": "Move Down" 207 | }, 208 | "searchKeywords": [], 209 | "keyCombination": [ 210 | [ 211 | "Control", 212 | "Down" 213 | ] 214 | ] 215 | } 216 | ] 217 | } 218 | ] -------------------------------------------------------------------------------- /Shortcuts/Utilities & Tools/musicbee.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "Playback Controls", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Play Next Track", 7 | "displayNames": { 8 | "en-us": "Play Next Track" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "N" 15 | ] 16 | ] 17 | }, 18 | { 19 | "internalName": "Play/Pause", 20 | "displayNames": { 21 | "en-us": "Play/Pause" 22 | }, 23 | "searchKeywords": [], 24 | "keyCombination": [ 25 | [ 26 | "Control", 27 | "P" 28 | ] 29 | ] 30 | }, 31 | { 32 | "internalName": "Previous Track", 33 | "displayNames": { 34 | "en-us": "Previous Track" 35 | }, 36 | "searchKeywords": [], 37 | "keyCombination": [ 38 | [ 39 | "Control", 40 | "B" 41 | ] 42 | ] 43 | }, 44 | { 45 | "internalName": "Play Now", 46 | "displayNames": { 47 | "en-us": "Play Now" 48 | }, 49 | "searchKeywords": [], 50 | "keyCombination": [ 51 | [ 52 | "Menu", 53 | "Enter" 54 | ] 55 | ] 56 | }, 57 | { 58 | "internalName": "Queue Last", 59 | "displayNames": { 60 | "en-us": "Queue Last" 61 | }, 62 | "searchKeywords": [], 63 | "keyCombination": [ 64 | [ 65 | "Control", 66 | "Enter" 67 | ] 68 | ] 69 | }, 70 | { 71 | "internalName": "Queue Next", 72 | "displayNames": { 73 | "en-us": "Queue Next" 74 | }, 75 | "searchKeywords": [], 76 | "keyCombination": [ 77 | [ 78 | "Control", 79 | "Shift", 80 | "Enter" 81 | ] 82 | ] 83 | }, 84 | { 85 | "internalName": "Stop", 86 | "displayNames": { 87 | "en-us": "Stop" 88 | }, 89 | "searchKeywords": [], 90 | "keyCombination": [ 91 | [ 92 | "Control", 93 | "S" 94 | ] 95 | ] 96 | }, 97 | { 98 | "internalName": "Volume Down", 99 | "displayNames": { 100 | "en-us": "Volume Down" 101 | }, 102 | "searchKeywords": [], 103 | "keyCombination": [ 104 | [ 105 | "Control", 106 | "Menu", 107 | "Down" 108 | ] 109 | ] 110 | }, 111 | { 112 | "internalName": "Volume Up", 113 | "displayNames": { 114 | "en-us": "Volume Up" 115 | }, 116 | "searchKeywords": [], 117 | "keyCombination": [ 118 | [ 119 | "Control", 120 | "Menu", 121 | "Up" 122 | ] 123 | ] 124 | }, 125 | { 126 | "internalName": "Volume Mute On/Off", 127 | "displayNames": { 128 | "en-us": "Volume Mute On/Off" 129 | }, 130 | "searchKeywords": [], 131 | "keyCombination": [ 132 | [ 133 | "Control", 134 | "Menu", 135 | "V" 136 | ] 137 | ] 138 | }, 139 | { 140 | "internalName": "Start/End Bookmark", 141 | "displayNames": { 142 | "en-us": "Start/End Bookmark" 143 | }, 144 | "searchKeywords": [], 145 | "keyCombination": [ 146 | [ 147 | "Control", 148 | "D" 149 | ] 150 | ] 151 | } 152 | ] 153 | }, 154 | { 155 | "groupInternalName": "File Menu", 156 | "shortcuts": [ 157 | { 158 | "internalName": "Remove", 159 | "displayNames": { 160 | "en-us": "Remove" 161 | }, 162 | "searchKeywords": [], 163 | "keyCombination": [ 164 | [ 165 | "Delete" 166 | ] 167 | ] 168 | }, 169 | { 170 | "internalName": "Hard Delete", 171 | "displayNames": { 172 | "en-us": "Hard Delete" 173 | }, 174 | "searchKeywords": [], 175 | "keyCombination": [ 176 | [ 177 | "Shift", 178 | "Delete" 179 | ] 180 | ] 181 | }, 182 | { 183 | "internalName": "Rescan/Add Files", 184 | "displayNames": { 185 | "en-us": "Rescan/Add Files" 186 | }, 187 | "searchKeywords": [], 188 | "keyCombination": [ 189 | [ 190 | "Insert" 191 | ] 192 | ] 193 | }, 194 | { 195 | "internalName": "Refresh", 196 | "displayNames": { 197 | "en-us": "Refresh" 198 | }, 199 | "searchKeywords": [], 200 | "keyCombination": [ 201 | [ 202 | "F5" 203 | ] 204 | ] 205 | } 206 | ] 207 | }, 208 | { 209 | "groupInternalName": "Edit Controls", 210 | "shortcuts": [ 211 | { 212 | "internalName": "Configure MusicBee Preferences", 213 | "displayNames": { 214 | "en-us": "Configure MusicBee Preferences" 215 | }, 216 | "searchKeywords": [], 217 | "keyCombination": [ 218 | [ 219 | "Control", 220 | "O" 221 | ] 222 | ] 223 | }, 224 | { 225 | "internalName": "Copy Tags and Artwork", 226 | "displayNames": { 227 | "en-us": "Copy Tags and Artwork" 228 | }, 229 | "searchKeywords": [], 230 | "keyCombination": [ 231 | [ 232 | "Control", 233 | "C" 234 | ] 235 | ] 236 | }, 237 | { 238 | "internalName": "Custom Search", 239 | "displayNames": { 240 | "en-us": "Custom Search" 241 | }, 242 | "searchKeywords": [], 243 | "keyCombination": [ 244 | [ 245 | "Control", 246 | "F" 247 | ] 248 | ] 249 | }, 250 | { 251 | "internalName": "Edit Tags", 252 | "displayNames": { 253 | "en-us": "Edit Tags" 254 | }, 255 | "searchKeywords": [], 256 | "keyCombination": [ 257 | [ 258 | "Shift", 259 | "Enter" 260 | ] 261 | ] 262 | }, 263 | { 264 | "internalName": "Select All", 265 | "displayNames": { 266 | "en-us": "Select All" 267 | }, 268 | "searchKeywords": [], 269 | "keyCombination": [ 270 | [ 271 | "Control", 272 | "A" 273 | ] 274 | ] 275 | }, 276 | { 277 | "internalName": "Paste Copied Tags", 278 | "displayNames": { 279 | "en-us": "Paste Copied Tags" 280 | }, 281 | "searchKeywords": [], 282 | "keyCombination": [ 283 | [ 284 | "Control", 285 | "V" 286 | ] 287 | ] 288 | }, 289 | { 290 | "internalName": "Amend Clicked Column", 291 | "displayNames": { 292 | "en-us": "Amend Clicked Column" 293 | }, 294 | "searchKeywords": [], 295 | "keyCombination": [ 296 | [ 297 | "F2" 298 | ] 299 | ] 300 | } 301 | ] 302 | }, 303 | { 304 | "groupInternalName": "Tabs", 305 | "shortcuts": [ 306 | { 307 | "internalName": "Create New Tab", 308 | "displayNames": { 309 | "en-us": "Create New Tab" 310 | }, 311 | "searchKeywords": [], 312 | "keyCombination": [ 313 | [ 314 | "Control", 315 | "T" 316 | ] 317 | ] 318 | }, 319 | { 320 | "internalName": "Close Tab", 321 | "displayNames": { 322 | "en-us": "Close Tab" 323 | }, 324 | "searchKeywords": [], 325 | "keyCombination": [ 326 | [ 327 | "Control", 328 | "W" 329 | ] 330 | ] 331 | } 332 | ] 333 | }, 334 | { 335 | "groupInternalName": "Views", 336 | "shortcuts": [ 337 | { 338 | "internalName": "Show Now Playing Assistant", 339 | "displayNames": { 340 | "en-us": "Show Now Playing Assistant" 341 | }, 342 | "searchKeywords": [], 343 | "keyCombination": [ 344 | [ 345 | "Menu", 346 | "J" 347 | ] 348 | ] 349 | }, 350 | { 351 | "internalName": "Show Now Playing Track Finder", 352 | "displayNames": { 353 | "en-us": "Show Now Playing Track Finder" 354 | }, 355 | "searchKeywords": [], 356 | "keyCombination": [ 357 | [ 358 | "Menu", 359 | "F" 360 | ] 361 | ] 362 | }, 363 | { 364 | "internalName": "Show Tag Manager", 365 | "displayNames": { 366 | "en-us": "Show Tag Manager" 367 | }, 368 | "searchKeywords": [], 369 | "keyCombination": [ 370 | [ 371 | "Menu", 372 | "E" 373 | ] 374 | ] 375 | }, 376 | { 377 | "internalName": "Show Visualizer Full Screen", 378 | "displayNames": { 379 | "en-us": "Show Visualizer Full Screen" 380 | }, 381 | "searchKeywords": [], 382 | "keyCombination": [ 383 | [ 384 | "F11" 385 | ] 386 | ] 387 | } 388 | ] 389 | }, 390 | { 391 | "groupInternalName": "Tools", 392 | "shortcuts": [ 393 | { 394 | "internalName": "Analyse Volume", 395 | "displayNames": { 396 | "en-us": "Analyse Volume" 397 | }, 398 | "searchKeywords": [], 399 | "keyCombination": [ 400 | [ 401 | "Control", 402 | "Shift", 403 | "V" 404 | ] 405 | ] 406 | }, 407 | { 408 | "internalName": "Auto-Organize Files", 409 | "displayNames": { 410 | "en-us": "Auto-Organize Files" 411 | }, 412 | "searchKeywords": [], 413 | "keyCombination": [ 414 | [ 415 | "Control", 416 | "R" 417 | ] 418 | ] 419 | }, 420 | { 421 | "internalName": "Auto Tag by Track Update Tags", 422 | "displayNames": { 423 | "en-us": "Auto Tag by Track Update Tags" 424 | }, 425 | "searchKeywords": [], 426 | "keyCombination": [ 427 | [ 428 | "Control", 429 | "L" 430 | ] 431 | ] 432 | }, 433 | { 434 | "internalName": "Rip CD", 435 | "displayNames": { 436 | "en-us": "Rip CD" 437 | }, 438 | "searchKeywords": [], 439 | "keyCombination": [ 440 | [ 441 | "Menu", 442 | "R" 443 | ] 444 | ] 445 | } 446 | ] 447 | } 448 | ] -------------------------------------------------------------------------------- /Shortcuts/Utilities & Tools/ticktick.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Quick Add", 7 | "displayNames": { 8 | "en-us": "Quick Add" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "Control", 14 | "Shift", 15 | "A" 16 | ] 17 | ] 18 | }, 19 | { 20 | "internalName": "Show / Hide App", 21 | "displayNames": { 22 | "en-us": "Show / Hide App" 23 | }, 24 | "searchKeywords": [], 25 | "keyCombination": [ 26 | [ 27 | "Control", 28 | "Shift", 29 | "O" 30 | ] 31 | ] 32 | }, 33 | { 34 | "internalName": "Lock / Unlock App", 35 | "displayNames": { 36 | "en-us": "Lock / Unlock App" 37 | }, 38 | "searchKeywords": [], 39 | "keyCombination": [ 40 | [ 41 | "Control", 42 | "Shift", 43 | "L" 44 | ] 45 | ] 46 | } 47 | ] 48 | }, 49 | { 50 | "groupInternalName": "Task Operation", 51 | "shortcuts": [ 52 | { 53 | "internalName": "Sync", 54 | "displayNames": { 55 | "en-us": "Sync" 56 | }, 57 | "searchKeywords": [], 58 | "keyCombination": [ 59 | [ 60 | "Control", 61 | "S" 62 | ] 63 | ] 64 | }, 65 | { 66 | "internalName": "Go to Search", 67 | "displayNames": { 68 | "en-us": "Go to Search" 69 | }, 70 | "searchKeywords": [], 71 | "keyCombination": [ 72 | [ 73 | "Control", 74 | "F" 75 | ] 76 | ] 77 | }, 78 | { 79 | "internalName": "New Task", 80 | "displayNames": { 81 | "en-us": "New Task" 82 | }, 83 | "searchKeywords": [], 84 | "keyCombination": [ 85 | [ 86 | "Control", 87 | "N" 88 | ] 89 | ] 90 | }, 91 | { 92 | "internalName": "Complete Selected Task(s)", 93 | "displayNames": { 94 | "en-us": "Complete Selected Task(s)" 95 | }, 96 | "searchKeywords": [], 97 | "keyCombination": [ 98 | [ 99 | "Control", 100 | "M" 101 | ] 102 | ] 103 | }, 104 | { 105 | "internalName": "Set Due Date", 106 | "displayNames": { 107 | "en-us": "Set Due Date" 108 | }, 109 | "searchKeywords": [], 110 | "keyCombination": [ 111 | [ 112 | "Control", 113 | "D" 114 | ] 115 | ] 116 | }, 117 | { 118 | "internalName": "Clear Due Date", 119 | "displayNames": { 120 | "en-us": "Clear Due Date" 121 | }, 122 | "searchKeywords": [], 123 | "keyCombination": [ 124 | [ 125 | "Control", 126 | "Number0" 127 | ] 128 | ] 129 | }, 130 | { 131 | "internalName": "Set Today", 132 | "displayNames": { 133 | "en-us": "Set Today" 134 | }, 135 | "searchKeywords": [], 136 | "keyCombination": [ 137 | [ 138 | "Control", 139 | "Number1" 140 | ] 141 | ] 142 | }, 143 | { 144 | "internalName": "Set Tomorrow", 145 | "displayNames": { 146 | "en-us": "Set Tomorrow" 147 | }, 148 | "searchKeywords": [], 149 | "keyCombination": [ 150 | [ 151 | "Control", 152 | "Number2" 153 | ] 154 | ] 155 | }, 156 | { 157 | "internalName": "Set Next Week", 158 | "displayNames": { 159 | "en-us": "Set Next Week" 160 | }, 161 | "searchKeywords": [], 162 | "keyCombination": [ 163 | [ 164 | "Control", 165 | "Number3" 166 | ] 167 | ] 168 | }, 169 | { 170 | "internalName": "Set No Priority", 171 | "displayNames": { 172 | "en-us": "Set No Priority" 173 | }, 174 | "searchKeywords": [], 175 | "keyCombination": [ 176 | [ 177 | "Menu", 178 | "Number0" 179 | ] 180 | ] 181 | }, 182 | { 183 | "internalName": "Set Low Priority", 184 | "displayNames": { 185 | "en-us": "Set Low Priority" 186 | }, 187 | "searchKeywords": [], 188 | "keyCombination": [ 189 | [ 190 | "Menu", 191 | "Number1" 192 | ] 193 | ] 194 | }, 195 | { 196 | "internalName": "Set Medium Priority", 197 | "displayNames": { 198 | "en-us": "Set Medium Priority" 199 | }, 200 | "searchKeywords": [], 201 | "keyCombination": [ 202 | [ 203 | "Menu", 204 | "Number2" 205 | ] 206 | ] 207 | }, 208 | { 209 | "internalName": "Set High Priority", 210 | "displayNames": { 211 | "en-us": "Set High Priority" 212 | }, 213 | "searchKeywords": [], 214 | "keyCombination": [ 215 | [ 216 | "Menu", 217 | "Number3" 218 | ] 219 | ] 220 | } 221 | ] 222 | } 223 | ] -------------------------------------------------------------------------------- /Shortcuts/Utilities & Tools/todoist for windows.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "groupInternalName": "General", 4 | "shortcuts": [ 5 | { 6 | "internalName": "Open or close menu", 7 | "displayNames": { 8 | "en-us": "Open or close menu" 9 | }, 10 | "searchKeywords": [], 11 | "keyCombination": [ 12 | [ 13 | "M" 14 | ] 15 | ] 16 | }, 17 | { 18 | "internalName": "Enter multi-select mode", 19 | "displayNames": { 20 | "en-us": "Enter multi-select mode" 21 | }, 22 | "searchKeywords": [], 23 | "keyCombination": [ 24 | [ 25 | "M" 26 | ] 27 | ] 28 | }, 29 | { 30 | "internalName": "Add a task (with Quick Add)", 31 | "displayNames": { 32 | "en-us": "Add a task (with Quick Add)" 33 | }, 34 | "searchKeywords": [], 35 | "keyCombination": [ 36 | [ 37 | "Q" 38 | ] 39 | ] 40 | }, 41 | { 42 | "internalName": "Add a task at the bottom of the list", 43 | "displayNames": { 44 | "en-us": "Add a task at the bottom of the list" 45 | }, 46 | "searchKeywords": [], 47 | "keyCombination": [ 48 | [ 49 | "A" 50 | ] 51 | ] 52 | }, 53 | { 54 | "internalName": "Add a task at the top of the list", 55 | "displayNames": { 56 | "en-us": "Add a task at the top of the list" 57 | }, 58 | "searchKeywords": [], 59 | "keyCombination": [ 60 | [ 61 | "A" 62 | ] 63 | ] 64 | }, 65 | { 66 | "internalName": "Add a section", 67 | "displayNames": { 68 | "en-us": "Add a section" 69 | }, 70 | "searchKeywords": [], 71 | "keyCombination": [ 72 | [ 73 | "S" 74 | ] 75 | ] 76 | }, 77 | { 78 | "internalName": "Open search", 79 | "displayNames": { 80 | "en-us": "Open search" 81 | }, 82 | "searchKeywords": [], 83 | "keyCombination": [ 84 | [ 85 | "Control", 86 | "F" 87 | ] 88 | ] 89 | }, 90 | { 91 | "internalName": "Manually sync", 92 | "displayNames": { 93 | "en-us": "Manually sync" 94 | }, 95 | "searchKeywords": [], 96 | "keyCombination": [ 97 | [ 98 | "F5" 99 | ] 100 | ] 101 | }, 102 | { 103 | "internalName": "Navigate to default page", 104 | "displayNames": { 105 | "en-us": "Navigate to default page" 106 | }, 107 | "searchKeywords": [], 108 | "keyCombination": [ 109 | [ 110 | "Home" 111 | ] 112 | ] 113 | }, 114 | { 115 | "internalName": "Navigate to previous view", 116 | "displayNames": { 117 | "en-us": "Navigate to previous view" 118 | }, 119 | "searchKeywords": [], 120 | "keyCombination": [ 121 | [ 122 | "PageUp" 123 | ] 124 | ] 125 | } 126 | ] 127 | }, 128 | { 129 | "groupInternalName": "Quick Add", 130 | "shortcuts": [ 131 | { 132 | "internalName": "Add a label", 133 | "displayNames": { 134 | "en-us": "Add a label" 135 | }, 136 | "searchKeywords": [], 137 | "keyCombination": [ 138 | [ 139 | "Number2" 140 | ] 141 | ] 142 | }, 143 | { 144 | "internalName": "Pick a project", 145 | "displayNames": { 146 | "en-us": "Pick a project" 147 | }, 148 | "searchKeywords": [], 149 | "keyCombination": [ 150 | [ 151 | "Number3" 152 | ] 153 | ] 154 | }, 155 | { 156 | "internalName": "Pick a section", 157 | "displayNames": { 158 | "en-us": "Pick a section" 159 | }, 160 | "searchKeywords": [], 161 | "keyCombination": [ 162 | [ 163 | "Divide" 164 | ] 165 | ] 166 | }, 167 | { 168 | "internalName": "Add an assignee", 169 | "displayNames": { 170 | "en-us": "Add an assignee" 171 | }, 172 | "searchKeywords": [], 173 | "keyCombination": [ 174 | [ 175 | "Add" 176 | ] 177 | ] 178 | }, 179 | { 180 | "internalName": "Save and go to comments", 181 | "displayNames": { 182 | "en-us": "Save and go to comments" 183 | }, 184 | "searchKeywords": [], 185 | "keyCombination": [ 186 | [ 187 | "Menu", 188 | "Enter" 189 | ] 190 | ] 191 | }, 192 | { 193 | "internalName": "Open full task editor", 194 | "displayNames": { 195 | "en-us": "Open full task editor" 196 | }, 197 | "searchKeywords": [], 198 | "keyCombination": [ 199 | [ 200 | "Tab" 201 | ] 202 | ] 203 | } 204 | ] 205 | }, 206 | { 207 | "groupInternalName": "Tasks", 208 | "shortcuts": [ 209 | { 210 | "internalName": "Cancel current changes", 211 | "displayNames": { 212 | "en-us": "Cancel current changes" 213 | }, 214 | "searchKeywords": [], 215 | "keyCombination": [ 216 | [ 217 | "Escape" 218 | ] 219 | ] 220 | }, 221 | { 222 | "internalName": "Save new task + create one below", 223 | "displayNames": { 224 | "en-us": "Save new task + create one below" 225 | }, 226 | "searchKeywords": [], 227 | "keyCombination": [ 228 | [ 229 | "Enter" 230 | ] 231 | ] 232 | } 233 | ] 234 | }, 235 | { 236 | "groupInternalName": "Sub-tasks", 237 | "shortcuts": [ 238 | { 239 | "internalName": "Increase task indent", 240 | "displayNames": { 241 | "en-us": "Increase task indent" 242 | }, 243 | "searchKeywords": [], 244 | "keyCombination": [ 245 | [ 246 | "Menu", 247 | "Shift", 248 | "Right" 249 | ] 250 | ] 251 | }, 252 | { 253 | "internalName": "Decrease task indent", 254 | "displayNames": { 255 | "en-us": "Decrease task indent" 256 | }, 257 | "searchKeywords": [], 258 | "keyCombination": [ 259 | [ 260 | "Menu", 261 | "Shift", 262 | "Left" 263 | ] 264 | ] 265 | } 266 | ] 267 | }, 268 | { 269 | "groupInternalName": "Sorting", 270 | "shortcuts": [ 271 | { 272 | "internalName": "Sort by date", 273 | "displayNames": { 274 | "en-us": "Sort by date" 275 | }, 276 | "searchKeywords": [], 277 | "keyCombination": [ 278 | [ 279 | "D" 280 | ] 281 | ] 282 | }, 283 | { 284 | "internalName": "Sort by priority", 285 | "displayNames": { 286 | "en-us": "Sort by priority" 287 | }, 288 | "searchKeywords": [], 289 | "keyCombination": [ 290 | [ 291 | "P" 292 | ] 293 | ] 294 | }, 295 | { 296 | "internalName": "Sort by name", 297 | "displayNames": { 298 | "en-us": "Sort by name" 299 | }, 300 | "searchKeywords": [], 301 | "keyCombination": [ 302 | [ 303 | "N" 304 | ] 305 | ] 306 | }, 307 | { 308 | "internalName": "Sort by assignee", 309 | "displayNames": { 310 | "en-us": "Sort by assignee" 311 | }, 312 | "searchKeywords": [], 313 | "keyCombination": [ 314 | [ 315 | "R" 316 | ] 317 | ] 318 | } 319 | ] 320 | } 321 | ] -------------------------------------------------------------------------------- /TERM-AND-CONDITIONS.md: -------------------------------------------------------------------------------- 1 | # CtrlHelp - Terms of Use 2 | 3 | Please read these Terms of Use ("Terms", "Agreement") carefully before using the CtrlHelp application ("Application") operated by Etienne Baudoux ("us", "we", "our"). 4 | 5 | ## Acceptance of Terms 6 | 7 | By using this Application, you certify that you have read, understood, and agreed to be bound by this Agreement. If you do not agree with the terms and conditions of this Agreement, you are advised to discontinue use of the Application immediately and uninstall it. We grant access and use of this Application and its services only to those who have accepted these Terms. 8 | 9 | ## Privacy policy 10 | 11 | Before you continue using our Application, we recommend you read our [privacy policy](https://github.com/veler/CtrlHelpApp/blob/main/PRIVACY-POLICY.md) which governs the manner in which we collect, use, maintain and disclose information collected from users of our Application. 12 | 13 | ## Intellectual property 14 | 15 | You acknowledge and agree that all materials, products, and services provided by this Application are the property of Etienne Baudoux, unless otherwise specified (e.g., software's logo belonging to their respective owners). You agree not to reproduce, redistribute, or exploit any of CtrlHelp's intellectual property in any way, including electronic, digital, or new trademark registrations. You may reuse CtrlHelp's open-source code (such as the list of apps and their keyboard shortcuts) as long as your usage complies with its license. However, names, trademarks, and other non-code content in CtrlHelp must adhere to this Agreement. 16 | 17 | ## Purchases 18 | 19 | By purchasing CtrlHelp, whether via subscription or a one-time payment, you are granted unlimited use of the Application, provided it is officially supported by your operating system, such as Windows 10 and Windows 11. 20 | 21 | ## Indemnification 22 | 23 | You agree to indemnify and hold harmless Etienne Baudoux and its affiliates from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, and expenses (including but not limited to attorney's fees), resulting from or arising out of your use and access of the Application, or a breach of these Terms. 24 | 25 | ## Limitation or liability 26 | 27 | Etienne Baudoux shall not be held liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from your access to or use of or inability to access or use the Application. 28 | 29 | ## Changes to this agreement 30 | 31 | Etienne Baudoux reserves the right to modify, amend, or change this Agreement at any time. We will notify our users of these changes through notices within the Application. This Agreement constitutes the entire understanding between Etienne Baudoux and the user, superseding and replacing all prior agreements regarding the use of this Application and its services. 32 | 33 | --- 34 | This agreement was last modified on June 29th, 2024. -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/CommunityToolkit.Diagnostics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/CommunityToolkit.Diagnostics.dll -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/CommunityToolkit.Mvvm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/CommunityToolkit.Mvvm.dll -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/CtrlHelp.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/CtrlHelp.Core.dll -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/CtrlHelpEditor.deps.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeTarget": { 3 | "name": ".NETCoreApp,Version=v8.0", 4 | "signature": "" 5 | }, 6 | "compilationOptions": {}, 7 | "targets": { 8 | ".NETCoreApp,Version=v8.0": { 9 | "CtrlHelpEditor/1.0.0": { 10 | "dependencies": { 11 | "CtrlHelp.Core": "1.0.0", 12 | "Microsoft.DotNet.ILCompiler": "8.0.6", 13 | "Microsoft.NET.ILLink.Tasks": "8.0.6", 14 | "runtimepack.Microsoft.Windows.SDK.NET.Ref": "10.0.22621.35-preview" 15 | }, 16 | "runtime": { 17 | "CtrlHelpEditor.dll": {} 18 | } 19 | }, 20 | "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.22621.35-preview": { 21 | "runtime": { 22 | "Microsoft.Windows.SDK.NET.dll": { 23 | "assemblyVersion": "10.0.22621.35", 24 | "fileVersion": "10.0.22621.35" 25 | }, 26 | "WinRT.Runtime.dll": { 27 | "assemblyVersion": "2.1.0.0", 28 | "fileVersion": "2.1.0.16341" 29 | } 30 | } 31 | }, 32 | "CommunityToolkit.Diagnostics/8.2.2": { 33 | "runtime": { 34 | "lib/net6.0/CommunityToolkit.Diagnostics.dll": { 35 | "assemblyVersion": "8.2.0.0", 36 | "fileVersion": "8.2.2.1" 37 | } 38 | } 39 | }, 40 | "CommunityToolkit.Mvvm/8.2.2": { 41 | "runtime": { 42 | "lib/net6.0/CommunityToolkit.Mvvm.dll": { 43 | "assemblyVersion": "8.2.0.0", 44 | "fileVersion": "8.2.2.1" 45 | } 46 | } 47 | }, 48 | "Microsoft.DotNet.ILCompiler/8.0.6": {}, 49 | "Microsoft.NET.ILLink.Tasks/8.0.6": {}, 50 | "Newtonsoft.Json/13.0.3": { 51 | "runtime": { 52 | "lib/net6.0/Newtonsoft.Json.dll": { 53 | "assemblyVersion": "13.0.0.0", 54 | "fileVersion": "13.0.3.27908" 55 | } 56 | } 57 | }, 58 | "CtrlHelp.Core/1.0.0": { 59 | "dependencies": { 60 | "CommunityToolkit.Diagnostics": "8.2.2", 61 | "CommunityToolkit.Mvvm": "8.2.2", 62 | "Newtonsoft.Json": "13.0.3" 63 | }, 64 | "runtime": { 65 | "CtrlHelp.Core.dll": {} 66 | } 67 | } 68 | } 69 | }, 70 | "libraries": { 71 | "CtrlHelpEditor/1.0.0": { 72 | "type": "project", 73 | "serviceable": false, 74 | "sha512": "" 75 | }, 76 | "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.22621.35-preview": { 77 | "type": "runtimepack", 78 | "serviceable": false, 79 | "sha512": "" 80 | }, 81 | "CommunityToolkit.Diagnostics/8.2.2": { 82 | "type": "package", 83 | "serviceable": true, 84 | "sha512": "sha512-iILVyo7VvzTlQT7b2qOs1ZDcneKsmuy2mTuxCCaBWEfg3tjw35B/ImO9Xw6It7xi2ie8/2PWfXhFn+Prztg03w==", 85 | "path": "communitytoolkit.diagnostics/8.2.2", 86 | "hashPath": "communitytoolkit.diagnostics.8.2.2.nupkg.sha512" 87 | }, 88 | "CommunityToolkit.Mvvm/8.2.2": { 89 | "type": "package", 90 | "serviceable": true, 91 | "sha512": "sha512-r0g0k9tGYdrnz8R7T3x5UiokDffeevzK/2P/9SBL6fqLgN8B157MIi/bVUWI1KAz6ZorZrK9AdABCWUeXZZsvA==", 92 | "path": "communitytoolkit.mvvm/8.2.2", 93 | "hashPath": "communitytoolkit.mvvm.8.2.2.nupkg.sha512" 94 | }, 95 | "Microsoft.DotNet.ILCompiler/8.0.6": { 96 | "type": "package", 97 | "serviceable": true, 98 | "sha512": "sha512-u3mX8tpzurjYoh4FcSdK+nDeEk29XvFCPM91jW0JVyQxdi2LlwHIn7Ac7qVLkxwcCdPPHHfPj6mgxfeNRQXu0Q==", 99 | "path": "microsoft.dotnet.ilcompiler/8.0.6", 100 | "hashPath": "microsoft.dotnet.ilcompiler.8.0.6.nupkg.sha512" 101 | }, 102 | "Microsoft.NET.ILLink.Tasks/8.0.6": { 103 | "type": "package", 104 | "serviceable": true, 105 | "sha512": "sha512-E+lDylsTeP4ZiDmnEkiJ5wobnGaIJzFhOgZppznJCb69UZgbh6G3cfv1pnLDLLBx6JAgl0kAlnINDeT3uCuczQ==", 106 | "path": "microsoft.net.illink.tasks/8.0.6", 107 | "hashPath": "microsoft.net.illink.tasks.8.0.6.nupkg.sha512" 108 | }, 109 | "Newtonsoft.Json/13.0.3": { 110 | "type": "package", 111 | "serviceable": true, 112 | "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", 113 | "path": "newtonsoft.json/13.0.3", 114 | "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" 115 | }, 116 | "CtrlHelp.Core/1.0.0": { 117 | "type": "project", 118 | "serviceable": false, 119 | "sha512": "" 120 | } 121 | } 122 | } -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/CtrlHelpEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/CtrlHelpEditor.dll -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/CtrlHelpEditor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/CtrlHelpEditor.exe -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/CtrlHelpEditor.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": { 3 | "tfm": "net8.0", 4 | "frameworks": [ 5 | { 6 | "name": "Microsoft.NETCore.App", 7 | "version": "8.0.0" 8 | }, 9 | { 10 | "name": "Microsoft.WindowsDesktop.App", 11 | "version": "8.0.0" 12 | } 13 | ], 14 | "configProperties": { 15 | "System.Diagnostics.Tracing.EventSource.IsSupported": false, 16 | "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, 17 | "System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported": false, 18 | "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true, 19 | "System.Linq.Expressions.CanEmitObjectArrayDelegate": false 20 | } 21 | } 22 | } -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/Microsoft.Windows.SDK.NET.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/Microsoft.Windows.SDK.NET.dll -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/README.md: -------------------------------------------------------------------------------- 1 | ## CtrlHelp Editor 2 | 3 | CtrlHelp Editor is a free tool allowing to modify the [Shortcuts](../../Shortcuts/) present in this repository. 4 | 5 | With this tool, you can add or edit an app to be supported by `CtrlHelp`, along with adding, removing, editing, moving keyboard shortcuts. 6 | 7 | ### How to use 8 | 9 | 1. Clone this repository 10 | 1. Run `CtrlHelpEditor.exe` (requires [.NET 8.0 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)) 11 | 12 | To edit an existing app: 13 | 1. Select `File > Open` and select the file [Shortcuts/apps.json](../../Shortcuts/apps.json). 14 | 1. Double click the app you want to edit. 15 | 16 | To add a new app: 17 | 1. Select `File > New`. Fill in the fields. 18 | 1. When saving (`File > Save`), select the file [Shortcuts/apps.json](../../Shortcuts/apps.json). 19 | 20 | Finally, when your change are done, you can create a [pull request](https://github.com/veler/CtrlHelpApp/pulls) to submit your change to CtrlHelp's author. 21 | -------------------------------------------------------------------------------- /Tools/CtrlHelpEditor/WinRT.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veler/CtrlHelpApp/0b4df8f0b1e67770bed9d9b8bf86c49df891dbad/Tools/CtrlHelpEditor/WinRT.Runtime.dll --------------------------------------------------------------------------------