Skip to content

Commit

Permalink
Remove S keybind for gate size
Browse files Browse the repository at this point in the history
N is already bound (narrow), and this interferes with saving
  • Loading branch information
chrononyan committed Feb 27, 2021
1 parent 2d0f306 commit 9a63721
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public static boolean TookKeyboardStrokes(
boolean CreateAction) {
switch (KeyCode) {
case KeyEvent.VK_N:
case KeyEvent.VK_S:
if (attrs.containsAttribute(GateAttributes.ATTR_SIZE)) {
if (CreateAction) act.set(comp, GateAttributes.ATTR_SIZE, GateAttributes.SIZE_NARROW);
else {
Expand Down

0 comments on commit 9a63721

Please sign in to comment.