extends Sprite

func _unhandled_input(event):
if Input.is_action_pressed("test"):
print("hoge")

矢印押しながらshiftでもでも普通に動いたが