-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hi, great project helping me already to work on the go.
As I try to keep a minimalist setup I have a Bluetooth keyboard conencted to my phone (with which I'm typing this very issue) this way I can write and code.
I'm using eruda to debug a Web page and it's already been helping me catch problems.
Still, what I tend to do to debug a problem is get the problematic Javascript object and inspect it, run the function with new parameters, etc not from the code but directly from the console.
I just tried to do so using eruda and the [ENTER] of my keyboard did nothing, I had to press the execute button. This lead me to wonder :
- can [ENTER] be used to
executecode? - could complention work using [TAB]?
As I'm new to the project this might not be the typical use case. If it's either risky, complex or weird, could it become a plugin and if so how to proceed?
Thanks in advance
PS: as an example Github on mobile and otherwise allow submission of this very issue using Ctrl+Enter