blob: 9f10350f59fd7288ce103c5d27573b041a234b4f (
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
40
41
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html><head>
<meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1">
<link rel="stylesheet" type="text/css" href="Leash.css">
<title>Keyboard Shortcuts</title></head>
<body>
<h1>Keyboard Shortcuts </h1>
<p>
You can use keyboard shortcuts to reach several of the more frequently
used functions in MIT Kerberos. To use a shortcut, hold down the <span class="typed"> [Ctrl] </span> key on your computer's keyboard while pressing the appropriate letter key as shown in the table below.
</p>
<table>
<tbody><tr>
<th>Function</th>
<th>Keyboard Shortcut</th>
</tr>
<tr><th id="th2">Get Ticket </th>
<td><span class="typed"> Ctrl + t </span></td>
</tr>
<tr><th id="th2">Renew Ticket</th>
<td><span class="typed"> Ctrl + r </span></td>
</tr>
<tr><th id="th2">Destroy Ticket</th>
<td><span class="typed"> Ctrl + d </span></td>
</tr>
</tbody></table>
<h3> Related help</h3>
<ul id="helpul">
<li><a href="HTML/Get_Tickets.htm">Get Tickets</a></li>
<li><a href="HTML/Renew_Tickets.htm">Renew Tickets</a></li>
<li><a href="HTML/Destroy_Tickets.htm">Destroy Tickets</a></li>
</ul>
</body></html>
|