##########################################################################
#								         #
# 		    myts -- A kindle based terminal		         #
#		  (Matan Ziv-Av (matan@svgalib.org))		         #
#								         #
# Can configure mapping of Symbols (Back) via myts.ini. Also, can add    #
# encoding name (iconv format) for fonts in CODEPAGES variable in        #
# in Makefile, as terminal supports UTF8 by using Encoding = UTF8 in     #
# config file. Only first 4096 characters of font are used.	         #
#								         #
# Based on kiterm by Luigi Rizzo (also helped: mobileread users PoP,     #
# Xqtftqx & dsmid).						         #
#								         #
# Regular font is GNU unifont (with characters of width 16 removed) and  #
# bold font is 8x13B from http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html. #
# Use bdf2hex to convert fonts if wish. Maximum supported font width is  #
# 8. Font width and height must be configured in myts.ini.	         #
#################################################﻿#########################
#  The keyboard is mapped as so:   #  Useful aliases for terminal:       #
#				   #			                 #
#  "[Menu][Left Page Back Key]":   #  "about"    - opens this file       #
#  q  w  e  r  t  y  u  i  o  p    #  "einsteiny"- numbers guessing game #
#  F1 F2 F3 F4 F5 F6 F7 F8 F9 F10  #  "freechess"- free internet chess   #
#                         	   #  "funknet"  - access to Funk.net    #
#  a  s  d  f  g  h  j  k  l  D    #  "futurama" - Futurama quotations   #
#  `  %  ^  <  >  [  ]  =  F11 F12 #  "insults"  - random insults        #
#                         	   #  "mc"       - Midnight Commander    #
#  z  x  c  v  b  n  m  .	   #  "refont"   - reset font to 'alt'   #
#  \t ;  ,  (  )  {  }  , 	   #  "starwars" - telnet starwars ASCII #
#				   #			                 #
#  "[Back][Left Page Back Key]":   #  Launchpad shortcuts for myts:      #
#  q  w  e  r  t  y  u  i  o  p	   #			                 #
#  !  @  #  $  %  ^  &  *  (  )	   #  "[SHIFT][T][A]" - close/kill myts  #
# 	     		 	   #  "[SHIFT][T][T]" - (re)open myts 1  #
#  a  s  d  f  g  h  j  k  l  D	   #  "[SHIFT][T][U]" - (re)open myts 3  #
#  '  +  #  -  _  (  )  &  !  ?	   #  "[SHIFT][T][Y]" - (re)open myts 2  #
#  	      			   #			                 #
#  z  x  c  v  b  n  m  .	   #			                 #
#  ~  $  |  /  \  "  '  :	   #  "[Left Page Back Key]" - to exit   #
#				   #			                 #
#################################################﻿#########################
