func hasEnter(evk gdki.EventKey) bool { return evk.KeyVal() == gdki.KEY_Return || evk.KeyVal() == gdki.KEY_KP_Enter }