David Alcañas

Results 4 issues of David Alcañas

Any chance you could add a grey theme whenever you have time? As said, this should be a low priority. Thanks again for everything redsol

[Picture 1](https://i.imgur.com/EeAspjX.png) [Picture 2](https://i.imgur.com/CIOjYst.png)

Like title says like us to do that, this way we can have a fully configurable script allowing us to do things such us Control + key hotkeys (at this...

Already coded it, should be something like this: ``` else if (valueLower.IndexOf("{ctrlEnter}") == 0) { System.Windows.Forms.SendKeys.SendWait("^{ENTER}"); } ``` Config.txt: ``` { "keycode": 59, "value": "{ctrlEnter}Sorry, That item has already been...