293 lines
6.1 KiB
HTML
293 lines
6.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-us">
|
||
|
||
<head>
|
||
<link href="https://gmpg.org/xfn/11" rel="profile" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
||
<!-- Enable responsiveness on mobile devices-->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
||
|
||
<title>
|
||
|
||
iPad Gestures · felixfoertsch.de
|
||
|
||
</title>
|
||
|
||
<!-- CSS -->
|
||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||
|
||
<!-- Icons -->
|
||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/favicon.png" />
|
||
<link rel="shortcut icon" href="/favicon.png" />
|
||
|
||
<!-- RSS -->
|
||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml" />
|
||
|
||
</head>
|
||
|
||
|
||
<body class="post">
|
||
|
||
<nav class="navbar navbar-dark bg-dark navbar-expand-md ">
|
||
<div class="container-fluid">
|
||
|
||
<a class="nav-link navbar-brand " href="/"><img src="/favicon.png" width="30" height="30" alt=""> </a>
|
||
|
||
|
||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation-toggle" aria-controls="navigation-toggle" aria-expanded="false" aria-label="Toggle navigation">
|
||
<span class="navbar-toggler-icon"></span>
|
||
</button>
|
||
|
||
<div class="collapse navbar-collapse" id="navigation-toggle">
|
||
<div class="navbar-nav">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a class="nav-link" href="/about">About</a>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a class="nav-link" href="/repositories">Repositories</a>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item dropdown">
|
||
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Categories</a>
|
||
<ul class="dropdown-menu">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a class="dropdown-item " href="/category/Design">Design</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a class="dropdown-item " href="/category/Programming">Programming</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a class="dropdown-item " href="/category/Tips">Tips</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a class="dropdown-item " href="/category/summaries">Summaries</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a class="dropdown-item " href="/category/tutorials">Tutorials</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</ul>
|
||
</li>
|
||
|
||
|
||
<a class="nav-link" title="Tags" aria-label="Tags" href="/tags">Tags</a>
|
||
|
||
<a class="nav-link" title="Subscribe" aria-label="Subscribe" href="/feed.xml">RSS</a>
|
||
|
||
<span></span>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
<main class="container py-3">
|
||
<header class="row py-3">
|
||
<div class="col">
|
||
<h1 class="display-1">iPad Gestures</h1>
|
||
</div>
|
||
</header>
|
||
<div class="row">
|
||
<div class="col">
|
||
<div class="card-subtitle mb-2 text-muted">
|
||
|
||
<span class="">2019-02-22</span>
|
||
|
||
|
||
<span class="post-categories">
|
||
|
||
•
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/category/Tips">Tips</a>
|
||
|
||
|
||
</span>
|
||
</div>
|
||
|
||
|
||
<div>
|
||
<p>I did it! I bought an iPad and an Apple Pencil for christmas last year. I write a lot for my university classes and I didn’t like that I often had to cross out things on paper (because I wrote something down wrong) and had to write them again. I was not sure, if an iPad is the right device for me – but turns out it is. It is awesome. If you make a mistake, you erase it and write it again. Wrong sequence of your sentences? Just move them around. The notes come out awesome.</p>
|
||
|
||
<p>Additionally I learned a few gestures that are really useful:</p>
|
||
|
||
<!-- more -->
|
||
|
||
<ul>
|
||
<li>Swipe with two fingers on the virtual keyboard to move cursor.</li>
|
||
<li>Tap and hold with two fingers to begin selecting, then move fingers to expand selection, OR</li>
|
||
<li>Tap once with two fingers to select single word.</li>
|
||
<li>Double tap with two fingers to select sentence.</li>
|
||
<li>Triple tap with two fingers to select paragraph.</li>
|
||
</ul>
|
||
|
||
<p>While text is selected:</p>
|
||
<ul>
|
||
<li>Swipe left/up with two fingers to move left selection handle.</li>
|
||
<li>Swipe right/down with two fingers to move right selection handle.</li>
|
||
<li>Tap once with two fingers to exit selection and return to cursor mode.</li>
|
||
</ul>
|
||
|
||
</div>
|
||
|
||
<div class="py-3">
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/tags#english"><span class="btn btn-sm btn-secondary"><svg height="12" class="octicon octicon-tag" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M2.5 7.775V2.75a.25.25 0 01.25-.25h5.025a.25.25 0 01.177.073l6.25 6.25a.25.25 0 010 .354l-5.025 5.025a.25.25 0 01-.354 0l-6.25-6.25a.25.25 0 01-.073-.177zm-1.5 0V2.75C1 1.784 1.784 1 2.75 1h5.025c.464 0 .91.184 1.238.513l6.25 6.25a1.75 1.75 0 010 2.474l-5.026 5.026a1.75 1.75 0 01-2.474 0l-6.25-6.25A1.75 1.75 0 011 7.775zM6 5a1 1 0 100 2 1 1 0 000-2z"></path></svg> English</span></a>
|
||
|
||
<a href="/tags#apple"><span class="btn btn-sm btn-secondary"><svg height="12" class="octicon octicon-tag" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M2.5 7.775V2.75a.25.25 0 01.25-.25h5.025a.25.25 0 01.177.073l6.25 6.25a.25.25 0 010 .354l-5.025 5.025a.25.25 0 01-.354 0l-6.25-6.25a.25.25 0 01-.073-.177zm-1.5 0V2.75C1 1.784 1.784 1 2.75 1h5.025c.464 0 .91.184 1.238.513l6.25 6.25a1.75 1.75 0 010 2.474l-5.026 5.026a1.75 1.75 0 01-2.474 0l-6.25-6.25A1.75 1.75 0 011 7.775zM6 5a1 1 0 100 2 1 1 0 000-2z"></path></svg> Apple</span></a>
|
||
|
||
</div>
|
||
<section>
|
||
<h2>Related Posts</h2>
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="/2020/08/05/Apple-Colors.html"> Apple Colors in SCSS</a>
|
||
|
||
<span class="badge bg-secondary">2020-08-05</span>
|
||
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/2020/08/04/Ideas.html"> Ideas</a>
|
||
|
||
<span class="badge bg-secondary">2020-08-04</span>
|
||
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/2020/08/02/Strategies-from-the-Happiness-Lab.html"> Strategies from the Happiness Lab</a>
|
||
|
||
<span class="badge bg-secondary">2020-08-02</span>
|
||
|
||
</li>
|
||
|
||
</ul>
|
||
</section>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</main>
|
||
|
||
<footer class="container-fluid py-3">
|
||
|
||
<script src="/assets/js/bootstrap.min.js" crossorigin="anonymous"></script>
|
||
</footer>
|
||
</body>
|
||
</html>
|