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
Copy file name to clipboardExpand all lines: README.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@ systemctl reset-failed
39
39
40
40
41
41
# Usage
42
-
Press and hold to erase, release to use as a normal pen. Double click the button to undo. Note that at the moment, double pressing to undo only works for portrait
43
-
documents in right handed orientation.
42
+
Press and hold to erase, release to use as a normal pen. Double click the button to undo. Note that at the moment, double pressing to undo only works for portrait orientation documents.
44
43
45
44
Further customization can be done by adding arguments to ExecStart line of the LamyEraser.service file. This can be opened with `nano ~/RemarkableLamyEraser/LamyEraser.service`.
46
45
The supported arguments are:
@@ -76,7 +75,6 @@ thinking you are using the eraser side of the Marker Plus.
76
75
77
76
# TODO:
78
77
-[ ] RM1 support (testers needed)
79
-
-[ ] Left handed and landscape support for actions
80
78
-[ ] Nice install script
81
79
-[ ] toltec package
82
80
-[ ] config file (as opposed to current command line argument system)
@@ -85,16 +83,3 @@ thinking you are using the eraser side of the Marker Plus.
85
83
-[ ] freely assignable actions (as listed below, able to assign to any trigger above) *(these last two will require
86
84
some significant code restructuring)*
87
85
88
-
# Testing Branch
89
-
The testing branch is used for code that builds towards the items on the TODO list above, but isn't yet in a format that is
90
-
ready to be committed to the main branch. Essentially, any commits to the main branch should be stable and relatively clean,
91
-
while the testing branch code will be "stable", but messy.
92
-
Currently, the testing branch is being used to test:
93
-
-[ ] Double click actions
94
-
95
-
The actions currently being implemented are:
96
-
-[X] undo *(working only for portrait view with right hand orientation)*
97
-
-[X] redo *(working only for portrait view with right hand orientation)*
98
-
-[ ] erase (needed for RM1 support, since it can't use the Marker Plus style rubber events)
0 commit comments