Skip to content

Commit

Permalink
Merge pull request #2 from mrexodia/shortcuts
Browse files Browse the repository at this point in the history
Shortcuts
  • Loading branch information
TheCrazyT authored Aug 27, 2019
2 parents 5f88bfd + 5efd041 commit 06a919b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 370 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ release
*.o
*.lnk
debug
build-quickaccess-Qt_5_6_0_msvc2015_64-Release
build*/
obj
release
*.pro.user

#those get generated
Makefile*
1 change: 1 addition & 0 deletions pluginmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ DLL_EXPORT void plugsetup(PLUG_SETUPSTRUCT* setupStruct)
if(!_plugin_menuaddentry(hMenu,ME_QUICKACCESS,"QuickAccess")){
dbg("Error registering the \"quickaccess\" menu!");
}
_plugin_menuentrysethotkey(pluginHandle,ME_QUICKACCESS,"Ctrl+3");
dbg("plugsetup done");
}

Expand Down
Loading

0 comments on commit 06a919b

Please sign in to comment.