Igor Afanasyev

Results 72 comments of Igor Afanasyev

Oh, I see you used `./Build install`. This is not currently supported. Serge can simply be put into any folder of user's choice. I will definitely welcome a PR that...

We added our own comment prefixes to be able to specify not only comments, but also context for each string. Having said that, it makes sense to add support for...

Related issue: https://github.com/translate/pootle/issues/3871

I've spent quite some time today figuring out the most convenient combinations that would work on both Mac and Windows. Here's the demo that I encourage everybody to try: http://jsfiddle.net/o7nzdbds/16/...

Thanks for confirming, @khaledhosny! What browser did you use (just for the record)?

Here's the updated revision where I tried to address all your comments: http://jsfiddle.net/o7nzdbds/20/

@unho, can you please test if each of these work for you? ``` JavaScript Mousetrap.bind(['mod+*'], log); Mousetrap.bind(['shift+*'], log); Mousetrap.bind(['mod+shift+*'], log); ```

@unho, how about this? ``` JavaScript Mousetrap.bind(['esc tab'], log); ```

Meanwhile, some HTML/CSS snippets for keyboard help rendering: http://jsfiddle.net/fp7qepqr/

Ok, I updated the fiddle with `esc tab`: http://jsfiddle.net/iafan/o7nzdbds/21/ Now I hope it will working for everybody.