Added multiple breakpoints feature and their key bindings
[clinton/Virtual-Jaguar-Rx.git] / src / gui / keybindingstab.cpp
index 4e906da..6ec0cba 100644 (file)
@@ -8,6 +8,10 @@
 // WHO  WHEN        WHAT\r
 // ---  ----------  ------------------------------------------------------------\r
 // JPM  09/10/2017  Created this file\r
+// JPM  Sept./2018  Added screenshot key bindings\r
+// JPM  10/13/2018  Added breakpoints features\r
+//\r
+\r
 \r
 #include "keybindingstab.h"\r
 #include "settings.h"\r
@@ -25,7 +29,10 @@ KeyBindings KeyBindingsTable[KB_END] =       {
                                                                                        { KB_TYPEGENERAL, "KB_Screenshot", "Screenshot", "Screenshot key binding", "F8", NULL, NULL     },\r
                                                                                        { KB_TYPEDEBUGGER, "KB_Restart", "Restart", "Restart key binding", "Ctrl+Shift+F5", NULL, NULL  },\r
                                                                                        { KB_TYPEDEBUGGER, "KB_StepInto", "Step Into", "Step into key binding", "F11", NULL, NULL       },\r
-                                                                                       { KB_TYPEDEBUGGER, "KB_StepOver", "Step Over", "Step over key binding", "F10", NULL, NULL       }\r
+                                                                                       { KB_TYPEDEBUGGER, "KB_StepOver", "Step Over", "Step over key binding", "F10", NULL, NULL       },\r
+                                                                                       { KB_TYPEDEBUGGER, "KB_FunctionBreakpoint", "Function Breakpoint", "Function breakpoint binding", "Ctrl+B", NULL, NULL  },\r
+                                                                                       { KB_TYPEDEBUGGER, "KB_Breakpoints", "Breakpoints", "Breakpoints binding", "Ctrl+Alt+B", NULL, NULL     },\r
+                                                                                       { KB_TYPEDEBUGGER, "KB_DeleteAllBreakpoints", "Delete All Breakpoints", "Delete all breakpoints binding", "Ctrl+Shift+F9", NULL, NULL   }\r
                                                                                };\r
 \r
 \r