2012-10-21 03:14:50 +02:00
|
|
|
|
<!doctype html>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<html lang="fr">
|
2011-06-07 21:10:59 +02:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2016-03-20 18:57:30 +01:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
2012-10-21 03:14:50 +02:00
|
|
|
|
|
2022-08-23 09:23:52 +02:00
|
|
|
|
<title>Copier-coller et signets de recherche</title>
|
2012-10-21 03:14:50 +02:00
|
|
|
|
|
2020-03-06 19:58:40 +01:00
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
|
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<link rel="stylesheet" href="dist/theme/unige.css">
|
2012-08-08 07:14:12 +02:00
|
|
|
|
|
2020-05-08 21:04:19 +02:00
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
2021-02-04 14:15:35 +01:00
|
|
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
2011-06-07 21:10:59 +02:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2012-06-03 23:30:37 +02:00
|
|
|
|
<div class="reveal">
|
2011-12-27 06:29:00 +01:00
|
|
|
|
<div class="slides">
|
2022-08-23 09:23:52 +02:00
|
|
|
|
|
|
|
|
|
<!-- Section 1 : présentation -->
|
|
|
|
|
<section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 1 Titre -->
|
2022-08-23 09:23:52 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h1>Copier-coller et signets de recherche</h1>
|
|
|
|
|
<p>Courte présentation en séance d'équipe</p>
|
|
|
|
|
<p><small>2022-09-01 — Séance d'équipe</small></p>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 2 Contexte -->
|
2022-08-23 09:23:52 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h2>Contexte</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Partage de techniques</li>
|
|
|
|
|
<li>Rapide</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 3 Plan -->
|
2022-08-23 09:23:52 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h2>Plan</h2>
|
|
|
|
|
<ol>
|
|
|
|
|
<li>Gestionnaires d'historique de presse-papier</li>
|
|
|
|
|
<li>Lancer des recherches avec des signets</li>
|
|
|
|
|
</ol>
|
|
|
|
|
</section>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- Section 2 : presse-papier -->
|
|
|
|
|
<section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 4 Historique -->
|
2022-08-23 09:23:52 +02:00
|
|
|
|
<section>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<h2>Historique de presse-papiers</h2>
|
2022-08-23 09:23:52 +02:00
|
|
|
|
<ul>
|
|
|
|
|
<li>Fonction existante depuis pas mal de temps</li>
|
|
|
|
|
<li>Sur la plupart des systèmes d'exploitation
|
2022-08-24 11:33:08 +02:00
|
|
|
|
<ul>
|
|
|
|
|
<li>Windows</li>
|
|
|
|
|
<li>Mac OS</li>
|
|
|
|
|
<li>Linux</li>
|
|
|
|
|
</ul>
|
2022-08-23 09:23:52 +02:00
|
|
|
|
</li>
|
2022-08-24 11:33:08 +02:00
|
|
|
|
<li>Peut faire gagner du temps et apporter du confort</li>
|
2022-08-23 09:23:52 +02:00
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 5 Activer dans Windows -->
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h2>Fonction native Windows</h2>
|
|
|
|
|
<ul>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<li><code>‹windows›+"press…"</code></li>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<li>Ou <em>Paramètres / Système / Presse-papiers</em></li>
|
|
|
|
|
<li>Et activer l'historique du presse-papiers</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 6 Fonctionnement -->
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h2>Copier et sélectionner quoi coller</h2>
|
|
|
|
|
<ul>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<li><code>‹ctrl›+c</code></li>
|
|
|
|
|
<li><code>‹windows›+u</code> et sélectionner avec la
|
2022-08-23 12:19:32 +02:00
|
|
|
|
souris ou les flèches</li>
|
|
|
|
|
<li>Menu <code>…</code> pour : épingler, effacer, tout effacer</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 7 CopyQ -->
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<section>
|
2022-08-24 11:33:08 +02:00
|
|
|
|
<h2>Application dédiée</h2>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<ul>
|
|
|
|
|
<li>Limites de la fonction native :
|
2022-08-24 11:33:08 +02:00
|
|
|
|
<ul>
|
|
|
|
|
<li>Taille de l'historique</li>
|
|
|
|
|
<li>Édition, étiquettes, notes, recherche</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 8 CopyQ -->
|
2022-08-24 11:33:08 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h2>Application dédiée : CopyQ</h2>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<p style="text-align:left;"><em>CopyQ</em> n'est qu'un des
|
|
|
|
|
utilitaires <em>libre</em> pour Windows (et Linux et Mac OS), je
|
|
|
|
|
ne sais pas si c'est le meilleur.</p>
|
2022-08-24 11:33:08 +02:00
|
|
|
|
<ul>
|
|
|
|
|
<li>Site officiel :
|
|
|
|
|
<a href="https://hluk.github.io/CopyQ/"
|
|
|
|
|
title="site officiel de CopyQ"
|
|
|
|
|
hreflang="en"
|
|
|
|
|
lang="en">hluk.github.io/CopyQ</a>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
</li>
|
|
|
|
|
<li>Installer :
|
|
|
|
|
<ol>
|
2022-08-24 11:33:08 +02:00
|
|
|
|
<li><a href="https://github.com/hluk/CopyQ/releases/latest"
|
|
|
|
|
title="Accès à la dernière version publiée sur Github"
|
|
|
|
|
hreflang="en"
|
|
|
|
|
lang="en">github.com/hluk/CopyQ/releases/latest</a>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
</li>
|
|
|
|
|
<li>Télécharger le <code>copyq-x.x.x-setup.exe</code></li>
|
|
|
|
|
</ol>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 9 CopyQ : paramétrage de base -->
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h2>CopyQ : paramétrage de base</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><em>Fichier / Préférences</em></li>
|
|
|
|
|
<li><em>Historique</em> : Configurer la taille de l'historique</li>
|
|
|
|
|
<li><em>Raccourcis</em> : Ajouter un raccourci dans l'onglet
|
|
|
|
|
<em>Global</em> pour <em>Afficher / masquer la fenêtre
|
|
|
|
|
principale</em></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-23 09:23:52 +02:00
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- Section 3 : signets pour la recherche -->
|
|
|
|
|
<section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 10 Des signets avec mots-clé pour lancer des recherches -->
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<h2>Accélérer les recherches</h2>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<ul>
|
|
|
|
|
<li>Grâce à la barre d'adresse</li>
|
|
|
|
|
<li>Configurée pour utiliser des mots-clés</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 11 Les moteurs de recherche -->
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<section>
|
|
|
|
|
<h2>Les moteurs de recherche</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><em>Paramètres / Recherche / Raccourcis de recherche</em></li>
|
|
|
|
|
<li>Liste d'outils avec des mots-clés</li>
|
|
|
|
|
<li>Modifier un mot-clé existant</li>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<li
|
2022-08-23 12:19:32 +02:00
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<!-- 12 Ajouter un mot-clé pour une recherche -->
|
2022-08-23 12:19:32 +02:00
|
|
|
|
<section>
|
2022-08-24 16:22:00 +02:00
|
|
|
|
<h2>
|
2022-08-23 12:19:32 +02:00
|
|
|
|
</section>
|
|
|
|
|
<!-- 3.3 Ajouter un mot-clé pour une recherche manuellement -->
|
|
|
|
|
<section>
|
|
|
|
|
</section>
|
2022-08-23 09:23:52 +02:00
|
|
|
|
</section>
|
|
|
|
|
|
2011-12-27 06:29:00 +01:00
|
|
|
|
</div>
|
2021-11-11 15:13:31 +01:00
|
|
|
|
</div>
|
2012-03-24 17:48:16 +01:00
|
|
|
|
|
2020-05-04 10:39:37 +02:00
|
|
|
|
<script src="dist/reveal.js"></script>
|
2020-05-18 20:52:51 +02:00
|
|
|
|
<script src="plugin/notes/notes.js"></script>
|
2020-05-18 14:41:56 +02:00
|
|
|
|
<script src="plugin/markdown/markdown.js"></script>
|
|
|
|
|
<script src="plugin/highlight/highlight.js"></script>
|
2011-12-05 03:07:33 +01:00
|
|
|
|
<script>
|
2020-05-18 20:52:51 +02:00
|
|
|
|
// More info about initialization & config:
|
2020-05-19 18:27:00 +02:00
|
|
|
|
// - https://revealjs.com/initialization/
|
|
|
|
|
// - https://revealjs.com/config/
|
2012-08-12 02:25:55 +02:00
|
|
|
|
Reveal.initialize({
|
2019-06-10 06:57:07 +02:00
|
|
|
|
hash: true,
|
2022-08-23 09:23:52 +02:00
|
|
|
|
slideNumber: 'c/t',
|
2020-05-18 20:52:51 +02:00
|
|
|
|
|
2020-05-19 18:27:00 +02:00
|
|
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
2020-04-23 09:39:26 +02:00
|
|
|
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
2012-08-12 02:25:55 +02:00
|
|
|
|
});
|
2012-08-04 21:53:52 +02:00
|
|
|
|
</script>
|
2011-06-07 21:10:59 +02:00
|
|
|
|
</body>
|
2012-08-04 06:33:27 +02:00
|
|
|
|
</html>
|