Non-latin languages, e.g. hebrew?
I tried adding hebrew to the code, e.g.:
layouts["hebrew"] = " שדגכחלךףעיקראטוןםפזסבהנמצתץ,.:?"'";
But when I reload, it seems it can't handle the hebrew characters. Any suggestions?
Thanks!!

You need to add a tag in the index.html to tell the browser you use UTF-8 characters. I added those to commit 9a756471984c24b22300d5a3332f5cbdcc9d05d2 and pushed to master.
You can update your version and make sure you saved your keyzen.js with utf-8 encoding.
a git pull worked, thanks!
Weird, though, it seems to be using the letters backwards. I typed the home row first, yet they are last. I thought it's my editor not properly supporting RTL but I don't think so. No clue what exactly is wrong.