How can I bind keys in Eterm?
All keybindings in Eterm are based on the concept of keysyms. (See the question above for more info on keysyms.) To bind a key with Eterm, its keycode must correspond to a valid keysym. You can use the xmodmap command as shown above to map keycodes to keysyms. Once the key sends a valid keysym, you can have Eterm recognize and respond to it in a particular way using action bindings. The man page discusses the syntax in depth, so I won’t do that here. I’ll just demonstrate with a few examples.