I am very interested in using this program and I am currently working from Arch Linux, I compiled the code from the user repositories for arch (AUR) and it compiled just fine (of course the source code is the original source straight from google, it is not modified or patched)
However when I use the program, I can use the keyboard right after launch, but as soon as I use the mouse and click anywhere, the program completely stops accepting any input from the keyboard.
I get some seemingly minor errors at program launch, doubt they are related to this issue by the looks of things, but here they are anyways:
$ google-webdesigner
[0331/215852:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See
https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
which: no google-chrome in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no firefox in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no opera in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
[0331/215853:ERROR:renderer_main.cc(227)] Running without renderer sandbox
I have confirmed that the issue is not keyboard specific (I am using a razer blackwidow) by trying two different keyboards from different manufacturers, I cannot rule out the issue being in xorg or evdev, or in my window manager (LXDE) as is. (Right now there's a bug in libinput regarding the razer blackwidow which crashes xorg if libinput is installed for it.)
I would mostly suspect it as a case of missing dependency under normal circumstances, but this behavior is extremely abnormal and since the keyboard DOES work properly at launch, I wonder if it might be something in the program itself (considering this doesn't happen in any other program, ever.)