summaryrefslogtreecommitdiff
path: root/support/ps_view/ansipost.bat
blob: f73db331cb9d532850e17aa39e88e00f69465d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@echo off
:: This is a DOS batch file facilitating the usage of PS_VIEW---part 2
:: The purpose is to restore standard keyboard functions.
:: ANSI.SYS is assumed to be installed. See also ANSIPRE.BAT.
::
:: Authors: Wietse Dol and Erik Frambach
::          with a contribution of Bogus\l{}aw Jackowski and Piotr Pianowski
::
:: Version 1.00 (Thursday, May 4th, 1995)
:: Version 1.01 (Friday, October 27th, 1995)
::
:: ======================================================================
::                        ANSI.SYS DEFINITIONS
:: ======================================================================
::
:: [F9], [F10], [F11], [F12]
echo 
:: [F2], [F3], [F4]
echo 
:: [PgDn], [PgUp]
echo 
:: [Home], [End]
echo 
:: [Alt + Period] and [Alt + Comma], i.e., [Alt + Greater], [Alt + Less]
echo 
:: [Del], [Ins]
echo 
:: [Left Arr], [Right Arr], [Up Arr], [Down Arr]
echo 
:: [Tab], [Shift + Tab]
echo 
:: [Ctrl + Print Scr]
echo 
:: [Ctrl + X] = [Alt + X] = [Esc]
echo 
:: [Ctrl + Q] = [Alt + Q] = [Alt + F4]
echo 
:: [Alt + H] = [F1]
echo