Skip to content

Commit

Permalink
Rebind In/Decrement
Browse files Browse the repository at this point in the history
  • Loading branch information
mitaa committed Oct 7, 2024
1 parent e90e5e0 commit 3f062e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/production_planner/datatable.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class PlannerTable(DataTable):
("d", "delete", "Delete"),
("f2", "show_hide", "Hide"),
("f3", "swap_vis_space", "Show Hidden"),
("comma", "decrement", "-1"),
("full_stop", "increment", "+1"),
("[", "decrement", "-1"),
("]", "increment", "+1"),
]

# 1-Building Name, 2-Recipe Name, 3-QTY, 4-Mk, 5-Purity, 6-Clockrate //, 7-Energy, 8*-Inputs, 9*-Outputs
Expand Down

0 comments on commit 3f062e5

Please sign in to comment.