Madd0g

Results 71 comments of Madd0g

hey, thanks for the tip about `stealFocusOnLoad`, I was going nuts trying to understand why my inputs won't focus... for me it solves the problem... however it's way too greedy,...

I'm not sure if I'm having the same issue or not - I have the same hotkey defined on multiple scopes (same controller, loaded multiple times on the page), it...

Hey thanks, I only saw the main demo page. I tried to load an alternative layout in the playground (http://jsfiddle.net/egb3a1sk/788/) Maybe I'm missing something, but the layout actually appears only...

The virtual keyboard [here](http://allanguages.info/#layouts=) does a great job of translating keypresses on an english keyboard to the selected virtual language. Maybe you can check out how they do it. It...

@dimaslz - Is there a way to do this from the parent controller? Where does the e-form become available? Only inside that element? How can I pass it to the...

It is quite inconvenient to get a reference to the form in order to close/submit it. I add this attribute `e-form='{{saveForm($form)}}',` and `saveForm` just saves the form in my scope...

thanks for the pointer! my builds were failing and this made me realize that it's coming from the typography plugin. can confirm this problem still exists

I was looking for this today - is the HTTP event stream the only place where the status appears?

You're right, it happens with other apps as well. It's happening with iTerm for me. The animation is one weird symptom and another is that my logic for moving the...

I'm using both `hs.grid` and simpler window methods like `win:maximize()` and both have the same problem