Created
May 15, 2022 15:20
-
-
Save NyaMisty/0ae218194487113552fd0b445bc4964e to your computer and use it in GitHub Desktop.
Better JEB Shortcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#*TEMPLATE* | |
#*TEMPLATE* Rename or copy this file without the .TEMPLATE extension | |
#*TEMPLATE* | |
#------------------------------------------------------------------------------ | |
# JEB Custom Keyboard Shortcuts | |
#------------------------------------------------------------------------------ | |
# Uncomment and add your own keyboard shortcuts for the actions for which you'd like to override the default shortcuts | |
# Example: by default, Jump is mapped to the 'G' key; the following line (minus the # character) can be used to remap the action to CTRL+J: | |
#jump=Ctrl+J | |
# *** CUSTOMIZABLE HANDLERS *** | |
#runScript= | |
#runLastScript= | |
#share= | |
#listNotifications= | |
#omniboxFocus= | |
#omniboxCacheClear= | |
#omniboxCacheToggle= | |
#switchTheme= | |
#textFragmentOptions= | |
# | |
# Navigate Commands | |
# | |
#locateUnit= | |
#navForward=Alt+Right | |
#navBackward=Alt+Left | |
#jump=G | |
#follow=Enter | |
#navPrevious=Ctrl+, | |
#navNext=Ctrl+. | |
#locateInCodeHierarchy=Ctrl+G | |
#locateInGlobalGraph= | |
#copyAddress= | |
# | |
# Action Commands | |
# | |
toggleFavorite=Ctrl+B | |
listFavorites=Ctrl+Shift+B | |
toggleHighlight=Alt+L | |
#decompile=Tab | |
#decompileWithOptions=Ctrl+Tab | |
#graph=Space | |
#comment=/ | |
#queryComments=Ctrl+/ | |
#rename=N | |
#queryXrefs=X | |
#convert=B | |
#replace=Ctrl+N | |
#delete=Backspace | |
#createPackage=K | |
#moveTo=L | |
#queryTypeHierarchy=H | |
#queryOverrides=O | |
#autoRenameAll=Ctrl+Alt+N | |
# | |
# Android Commands | |
# | |
#androidGlobalAnalysis= | |
#androidEmuSettings= | |
#androidContextInfoDatabase= | |
#androidMergeAdditionaDex= | |
# | |
# Native Commands | |
# | |
#startAnalysis= | |
#stopAnalysis= | |
#classRecovery= | |
#nativeIREmulate=E | |
#nativeIREmulateQuickReplace=R | |
#defineData=D | |
#editType=Y | |
#editArray=* | |
#defineString=A | |
#openCallingConventionManager= | |
#openProcessorViewer= | |
editString=Alt+A | |
#openTypeEditor=T | |
#defineCode=C | |
#editNativeItem= | |
#editCode=Ctrl+E | |
#defineProcedure=P | |
editProcedure=Alt+P | |
#editStackframe=Ctrl+Alt+K | |
#signProcedure= | |
#selectSignaturePackage= | |
#createSignaturePackage= | |
#autoSigningModeHandler= | |
#undefine=U | |
#gotoEntryPoint= | |
#gotoHighLevelEntryPoint= | |
# | |
# Debugger Commands | |
# | |
#dbgAttach= | |
#dbgRestart= | |
#dbgDetach= | |
dbgRun=F9 | |
dbgPause=F12 | |
dbgTerminate=Alt+F2 | |
#dbgResumeThread= | |
#dbgSuspendThread= | |
dbgStepInto=F7 | |
dbgStepOver=F8 | |
dbgStepOut=Ctrl+F9 | |
dbgRunToLine=F4 | |
dbgToggleBreakpoint=F2 | |
#dbgRegisterDebuggee= | |
# | |
# Window Commands | |
# | |
#refresh=F5 | |
#showProjectExplorer=Ctrl+1 | |
#showLogger=Ctrl+2 | |
#showTerminal=Ctrl+3 | |
#showNavHistory=Ctrl+5 | |
#showCurrentCodeHierarchy=Ctrl+4 | |
# | |
# Project Explorer Commands | |
# | |
#extract= | |
#parseAt= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment