pmattes / x3270

Family of IBM 3270 emulators
46 stars 18 forks source link

Unknown action: SelectDown #82

Closed dkelosky closed 1 week ago

dkelosky commented 2 weeks ago

Several actions which I've bound to keys via something like <Key>U+0066: SelectDown()\n\ yield an error when starting c3270:

Keymap mine, line 7: error:
Unknown action: SelectDown

From here, I get errors for:

Am I using these incorrectly? Other bindings work great EraseEOF(), Attn(), etc...

pmattes commented 2 weeks ago

Those are wc3270 actions. They don't work on c3270.

dkelosky commented 1 week ago

ok thanks