Open skirge opened 8 years ago
Hi @skirge,
Yes, I think that would be possible to implement a configurable hotkeys/actions. As an example, what hotkey/action would you prefer to invoke the element dialog?
What about some kind of bookmarklet (Javascript function which triggers "point & click" action) or use some other mouse button like middle click?
I am thinking about this. In any case, I will have to implement a way to change the hotkey combination through the configuration file.
Hello,
Any change for a way to change the hotkey combination to be implemented soon? Also, any updates coming for this tool?
By the way, very useful tool!
Thanks
Hello Dmytro, Dwelsh1,
I noticed this topic just now, and created a poc how that can be done .
In my test i first test the original page of https://github.com/madrobby/keymaster to handle key press events (I leave only 'o' key to shorten the example)
Then i do the same on a vanilla page but sending the helperSript and testScript dynamically
The client is Java atm, just wrote it 10 minutes ago,
it is in https://github.com/sergueik/selenium_java/tree/master/keymaster
My application is using context menu, so when I'm using Ctrl-Right Click application defined context menu is shown instead of SWD's add element dialog. Please add a possibility to change action for adding elements in browser.