We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bae43 commit 31d173fCopy full SHA for 31d173f
1 file changed
Macropad_Hotkeys/macros/minecraft-pe-equip.py
@@ -20,8 +20,6 @@
20
# As a result, it is probably better to learn on less complex
21
# macro files before attempting to adjust settings in this one.
22
23
-from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values
24
-
25
DELAY_AFTER_COMMAND = 0.75
26
DELAY_AFTER_SLASH = 0.80 # required so minecraft has time to bring up command screen
27
DELAY_BEFORE_RETURN = 0.10 # give minecraft time to show all the keys pressed...
0 commit comments