%----------------------------------------------------------------------
% This is the keyboard reference card. You may find an example in the file
% refcard-example.tex.
% To use it, first select paper size on the line just below this
% comment. It should either say ``a4wide'' or ``letter''.
% Next scroll to the section with the actual key bindings and write your
% key bindings in between the braces of \smbox{}. Two backslashes makes
% a line break in the output.
% Next type ``latex refcard-example.tex'' in a shell, and if the command
% succeed, type ``dvips refcard-example.dvi -o refcard-example.ps''.
% The final step should create a postscript file, which you may print
% out. That's it!
%----------------------------------------------------------------------
\newcommand{\papersize}{a4wide}

%----------------------------------------------------------------------
%                        DO NOT EDIT THIS SECTION
%----------------------------------------------------------------------
\documentclass[11pt,pdf]{article}
\usepackage{lscape,\papersize}
\pagestyle{empty}
\begin{document}

\newcommand{\twobox}[1]{{\framebox(12,4){\shortstack[l]{#1}}}}
\newcommand{\onebox}[1]{{\framebox(6,4){\shortstack[l]{#1}}}}
\newcommand{\smbox}[1]{{\framebox(6,3.2){
      \renewcommand{\baselinestretch}{0.5}
      \small\parbox[l]{0.75in}{#1}}}}

\landscape

\setlength{\unitlength}{.125in}

\begin{picture}(73,40)(6,0)

%----------------------------------------------------------------------
%             HERE STARTS THE KEYBOARD QUICK REFERENCE CARD
%----------------------------------------------------------------------

%--- Modifier ---
\put(-6,0){\smbox{}}
\put(-6,3.2){\smbox{Shift}}
\put(-6,6.4){\smbox{Control}}
\put(-6,9,6){\smbox{Meta}}

%--- F1 ---
\put( 0,0){\smbox{}}
\put( 0,3.2){\smbox{}} % Shift
\put( 0,6.4){\smbox{}} % Control 
\put( 0,9.6){\smbox{}} % Meta

%--- F2 ---
\put( 6,0){\smbox{}}
\put( 6,3.2){\smbox{}} % Shift
\put( 6,6.4){\smbox{}} % Control 
\put( 6,9.6){\smbox{}} % Meta

%--- F3 ---
\put(12,0){\smbox{}}
\put(12,3.2){\smbox{}} % Shift
\put(12,6.4){\smbox{}} % Control 
\put(12,9.6){\smbox{}} % Meta

%--- F4 ---
\put(18,0){\smbox{}}
\put(18,3.2){\smbox{}} % Shift
\put(18,6.4){\smbox{}} % Control 
\put(18,9.6){\smbox{}} % Meta

%--- F5 ---
\put(27,0){\smbox{}}
\put(27,3.2){\smbox{}} % Shift
\put(27,6.4){\smbox{}} % Control
\put(27,9.6){\smbox{}} % Meta

%--- F6 ---
\put(33,0){\smbox{}}
\put(33,3.2){\smbox{}} % Shift
\put(33,6.4){\smbox{}} % Control
\put(33,9.6){\smbox{}} % Meta

%--- F7 ---
\put(39,0){\smbox{}}
\put(39,3.2){\smbox{}} % Shift
\put(39,6.4){\smbox{}} % Control
\put(39,9.6){\smbox{}} % Meta

%--- F8 ---
\put(45,0){\smbox{}}
\put(45,3.2){\smbox{}} % Shift
\put(45,6.4){\smbox{}} % Control
\put(45,9.6){\smbox{}} % Meta

%--- F9 ---
\put(54,0){\smbox{}}
\put(54,3.2){\smbox{}} % Shift
\put(54,6.4){\smbox{}} % Control
\put(54,9.6){\smbox{}} % Meta

%--- F10 ---
\put(60,0){\smbox{}}
\put(60,3.2){\smbox{}} % Shift
\put(60,6.4){\smbox{}} % Control
\put(60,9.6){\smbox{}} % Meta

%--- F11 ---
\put(66,0){\smbox{}}
\put(66,3.2){\smbox{}} % Shift
\put(66,6.4){\smbox{}} % Control
\put(66,9.6){\smbox{}} % Meta

%--- F12 ---
\put(72,0){\smbox{}}
\put(72,3.2){\smbox{}} % Shift
\put(72,6.4){\smbox{}} % Control
\put(72,9.6){\smbox{}} % Meta


\end{picture}
\end{document}

