diff --git a/README.md b/README.md index 487b6a9..8023742 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ To be decided, but at this moment this code is open source and free to use for n ## Changelog +### 0.4.6 + +* Added a new keybinding system, and added many keyboard shortcuts (look in menu) +* Fixed a bug where a button would stay on off the mouse was moved away from it while being eld down +* Fixed a bug where you could link from elements with no outouts + ### 0.4.5 * Keypad now supports either Switch, or Button mode for Function keys, also has Clear output that pulses for 100ms when Clr is pressed diff --git a/css/main.css b/css/main.css index e411f0a..b33031f 100644 --- a/css/main.css +++ b/css/main.css @@ -500,10 +500,24 @@ textarea { font-size: 2em; } -#top-menu li span { + +.menuitem-label { +} +.menuitem-label, .menuitem-shortcut { display: inline-block; + margin: 0px; +} +.menuitem-shortcut { padding-left: 10px; float: right; + color: rgba(255,255,255,0.5); +} + +#top-menu li span.checkbox, #top-menu li span.blankbox { + display: inline-block; + padding-right: 10px; + width: 1em; + float: left; } #RightClickMenu ul, .top-menu-div ul { diff --git a/index.html b/index.html index 517c7d2..6233bbb 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,6 @@ -