lukas-blog/clanky/mac-znaky.html
Lukáš Kaňka 5f908ec147 first commit
2024-01-08 10:48:00 +01:00

104 lines
3.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html lang="cs-cz">
<head>
<meta charset="utf-8" />
<title>Lukáš bloguje</title>
<meta name="description" content="Blog o všem možném i nemožném...." />
<meta name="keywords" content="Mac" />
<meta name="author" content="Kankys" />
<link rel="shortcut icon" href="obrazky/tux.png" />
<link type="text/css" rel="stylesheet" href="styly.css" />
</head>
<body>
<div id="flexbox">
<div id="menu">
<ul>
<img src="obrazky/tux.png" width="150" height="100" alt="linux">
<li>
<strong><a href="index.html" class="tlacitko">Hlavní strana</a></strong>
</li>
<li><strong><a href="clanky.html" class="tlacitko">Články</a></strong></li>
<li><strong><a href="o-mne.html" class="tlacitko">O mně</a></strong></li>
<li><strong><a href="privaci-polici.html" class="tlacitko">Zásady ochrany osobních údaju</a></strong></li>
</ul>
</div>
<div id="obsah">
<strong>
<figure>
<center>
<figcaption>
<h1>Lukáš Bloguje</h1><br>Blog o všem možném i nemožném....
</figcaption>
</center>
</figure>
</strong>
<!-- NADPIS CLANKU -->
<p><strong>
<center>Pro majitele Macu z anglickou klávesnicí, návod jak psát znaky</center>
</strong></p>
<!-- TEXT CLANKU -->
<p>
Pro majitele Macu z anglickou klávesnicí, návod jak psát znaky.<br>
<b>
@ alt+2<br>
+ 1<br>
= v pravo nahoře ?<br>
& alt + 7<br>
% shift + ? v pravo nahoře<br>
* alt + 8<br>
{ } alt + 9 / 0<br>
<> ° / ° + shift (° vlevo nahoře)<br>
/ shift + ü<br>
alt + j<br>
| shift + > < (vlevo dole) <br>
# alt + 3<br>
$ alt + 4<br>
~ alt + 5 <br>
^ alt + 6<br>
° alt + ? <br>
? shift + ;<br>
; alt + ö<br>
! shift + ä<br>
</b>
Seznam budu postupně rozšiřovat. </p>
<p>
<li><strong><a href="stitky-apple.html" class="tlacitko">Apple</a></strong></li>
</p>
<!-- NEZAPOMENOUT UPRAVIT DATUM VYDANI -->
<p style="text-align: right"> By Kankys <br>
Posted on 29/04/2022</p>
</div>
</div>
<footer>
Copyright &copy; Lukáš Kaňka 2023
</footer>
</body>
</html>