File Manager for PicoMite


Author Message
twofingers

Guru

Joined: 02/06/2014
Location: Germany
Posts: 1733
Posted: 12:51pm 24 Nov 2024      

My keyboard is only connected via Teraterm. Unfortunately, switching with the ALT key does not work.
I have therefore temporarily replaced the ALT key with the backspace key (chr$(8)). This means I can also use the ALT-F keys.
FM v1.12, Line #69:
Case 135  'End
 SetPControl("BOT")
Case 136  'PgUp
 SetPControl("PREV")
Case 137  'PgDn
 SetPControl("NEXT")
Case 8  'Alt 'was Case 139  'Alt
'Case 8, 139 'Alt or Backspace
 SetAltPControl()
Case 145  'F1-Help
 SetPControl("DIS")
 PrintHelp()
 PanelsReStore()
Case 146  'F2-ReName


BTW. I can't find a table of "Special Keyboard Keys" in the manual. Am I just blind?

From the Maximite Manual:


Edited 2024-11-25 02:19 by twofingers