Skip to content

Instantly share code, notes, and snippets.

@gkspranger
Last active May 31, 2024 14:17
Show Gist options
  • Save gkspranger/fc2651d0b54bb6e62f933e6e7582f824 to your computer and use it in GitHub Desktop.
Save gkspranger/fc2651d0b54bb6e62f933e6e7582f824 to your computer and use it in GitHub Desktop.
my macos keymap when using x3270
! Where I learned about "how"
! https://petr-vacula.medium.com/how-to-connect-to-mainframe-from-your-mac-laptop-using-x3270-16243667478
! https://x3270.miraheze.org/wiki/X3270/Keymap
! https://x3270.miraheze.org/wiki/Category:X3270_actions
! Put in ~/.c3270pro
! Use the 'mine' keymap, defined below
c3270.keymap: mine
! Definition of the 'mine' keymap
c3270.keymap.mine: \
<Key>BTAB: BackTab()\n\
Ctrl <Key>Delete: BackSpace()\n\
Ctrl<Key>W <Key>d: DeleteField()\n\
Ctrl<Key>W <Key>e: EraseEOF()\n\
Ctrl<Key>W <Key>i: ToggleInsert()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment