You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +30,7 @@ Available for Windows, Linux and MacOS.
28
30
* Export circuit to a PNG image
29
31
30
32
# Keyboard usage help
31
-
* Use `P` to toggle global power on/off
33
+
* Use `P` to toggle global power on/off (You can also click on the green/red rectangle at the bottom)
32
34
* Use `H` to show/hide the toolbar
33
35
* Use `DELETE` to delete selected gates from the circuit
34
36
* Use `Shift` + `DELETE` to delete the wires of the selected gates in the circuit
@@ -64,6 +66,13 @@ Available for Windows, Linux and MacOS.
64
66
* to open the gate properties menu where you can change the label, remove a pin (if you clicked on a bus pin), and so on
65
67
* to look inside a chip
66
68
69
+
# Web version changes
70
+
* To load a file, upload it and then click the `Load` button
71
+
* To load chips into your project (**dependencies**), upload them by using the second upload button. Once uploaded, you find them in the sidebar on the right.
72
+
* Use the slider to scale the UI
73
+
* Toggle the `Move` button to move around the scene or to move the gates in your project (instead of the right-click)
74
+
* Some buttons in the toolbar are replacements for the keys `DELETE`, `R`, `SHIFT`, `CONTROL` and `ALT`
75
+
67
76
# Examples
68
77
Individual project files are available in the `examples` directory.
69
78
*[1 bit register](https://github.com/OrangoMango/LogicSimulator/raw/main/examples/1bitRegister.png)
0 commit comments