I hereby claim:
- I am theapemachine on github.
- I am theapemachine (https://keybase.io/theapemachine) on keybase.
- I have a public key ASAGVI7hArdfAYt-frq6Mm4A49YDrWOrQmpA9ftvasMYYQo
To claim this, I am signing this object:
version: "3.4" | |
services: | |
netmaker: | |
container_name: netmaker | |
image: gravitl/netmaker:v0.15.0 | |
cap_add: | |
- NET_ADMIN | |
- NET_RAW | |
- SYS_MODULE |
I hereby claim:
To claim this, I am signing this object:
# This was my initial code, which sets the cursor before the prompt: | |
func _input(event): | |
if Input.is_key_pressed(KEY_ENTER): | |
insert_text_at_cursor(">") | |
# And this is how I tried to fix it, which seems to just make a mess of things: | |
func _input(event): | |
if Input.is_key_pressed(KEY_ENTER): |