mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
033a6b88aa2f14b55523ecf6dd6f58679226ab42
keyup and keypress don't care IME on or off. so, I added handling keydown event to check pressing enter key with IME (keycode is 229) or without IME (keycode is 13).
Blockly
Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.
The project page is https://developers.google.com/blockly/
Description
Languages
TypeScript
51.3%
JavaScript
40.6%
Python
2.1%
HTML
1.8%
PHP
1.5%
Other
2.7%
