added keyboard input for cells when not in noteMode. noteMode is toggled with a right mouse click, and cells can be selected with left click

This commit is contained in:
Josh Ashton
2024-03-24 15:44:33 -06:00
parent e821ffa24b
commit 56f4fed7bc
7 changed files with 331 additions and 222 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ public class Settings {
cellGUIStartMode = false;
defaultOpenState = 0;
theme = new Theme(new File(appDirectory + "default.theme"));
autoFillNotes = false;
autoFillNotes = true;
updateSettingsFile();
}