Skip to content

Commit

Permalink
change hotkey to ctrl shift b
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed May 2, 2024
1 parent 6236ca6 commit 64fe38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BromaIDA.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__AUTHOR__ = "SpaghettDev"

PLUGIN_NAME = "BromaIDA"
PLUGIN_HOTKEY = "Ctrl+Shift+I"
PLUGIN_HOTKEY = "Ctrl+Shift+B"

import idaapi
import ida_kernwin
Expand Down

0 comments on commit 64fe38e

Please sign in to comment.