Is there a way to customize shortcuts in Selenium IDE by modifying its code?
For instance, I would like to set the shortcut ctrl + p
for the action run test case
, similar to how the save
action is assigned ctrl + s
.
I've searched for the JavaScript file responsible for this but could not locate it.