Skip to content

Commit fbe9248

Browse files
committed
Fix Shift-K/J mixup, h/t @dwt, #43
1 parent f0e03f4 commit fbe9248

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
0 Bytes
Binary file not shown.

.doctrees/index.doctree

421 Bytes
Binary file not shown.

_sources/basics/understanding-rows.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ You can move the position of row up or down using the following commands:
106106
================== ============
107107
Keystroke(s) Action
108108
================== ============
109-
:kbd:`Shift-J` Move row up one spot
110-
:kbd:`Shift-K` Move row down one spot
109+
:kbd:`Shift-K` Move row up one spot
110+
:kbd:`Shift-J` Move row down one spot
111111
================== ============
112112

113113

_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Feedback / questions / corrections?
6161
Acknowledgments
6262
---------------
6363

64-
Many thanks to the following people for their feedback, suggestions, and fixes: `Saul Pwanson <http://saul.pw/>`_, `Anja Kefala <https://github.com/anjakefala>`_, `John Templon <https://twitter.com/jtemplon>`_, `Scott Pham <https://twitter.com/scottpham>`_, `Andrea Borruso <https://github.com/aborruso>`_, `Felix Rosencrantz <https://github.com/frosencrantz>`_, `Ram Rachum <https://github.com/cool-RR>`_, `Ezequiel Garzon <https://github.com/ezequiel-garzon>`_, `Joseph Reagle <https://github.com/reagle>`_, `David Wales <https://github.com/daviewales>`_, `@rschwiebert <https://github.com/rschwiebert>`_.
64+
Many thanks to the following people for their feedback, suggestions, and fixes: `Saul Pwanson <http://saul.pw/>`_, `Anja Kefala <https://github.com/anjakefala>`_, `John Templon <https://twitter.com/jtemplon>`_, `Scott Pham <https://twitter.com/scottpham>`_, `Andrea Borruso <https://github.com/aborruso>`_, `Felix Rosencrantz <https://github.com/frosencrantz>`_, `Ram Rachum <https://github.com/cool-RR>`_, `Ezequiel Garzon <https://github.com/ezequiel-garzon>`_, `Joseph Reagle <https://github.com/reagle>`_, `David Wales <https://github.com/daviewales>`_, `@rschwiebert <https://github.com/rschwiebert>`_, `Martin Häcker <https://github.com/dwt>`_.
6565

6666

6767
.. toctree::

basics/understanding-rows/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,10 @@ <h2>Moving Rows<a class="headerlink" href="#moving-rows" title="Permalink to thi
434434
</tr>
435435
</thead>
436436
<tbody valign="top">
437-
<tr class="row-even"><td><kbd class="kbd docutils literal notranslate">Shift-J</kbd></td>
437+
<tr class="row-even"><td><kbd class="kbd docutils literal notranslate">Shift-K</kbd></td>
438438
<td>Move row up one spot</td>
439439
</tr>
440-
<tr class="row-odd"><td><kbd class="kbd docutils literal notranslate">Shift-K</kbd></td>
440+
<tr class="row-odd"><td><kbd class="kbd docutils literal notranslate">Shift-J</kbd></td>
441441
<td>Move row down one spot</td>
442442
</tr>
443443
</tbody>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h2>Feedback / questions / corrections?<a class="headerlink" href="#feedback-que
295295
</div>
296296
<div class="section" id="acknowledgments">
297297
<h2>Acknowledgments<a class="headerlink" href="#acknowledgments" title="Permalink to this headline"></a></h2>
298-
<p>Many thanks to the following people for their feedback, suggestions, and fixes: <a class="reference external" href="http://saul.pw/">Saul Pwanson</a>, <a class="reference external" href="https://github.com/anjakefala">Anja Kefala</a>, <a class="reference external" href="https://twitter.com/jtemplon">John Templon</a>, <a class="reference external" href="https://twitter.com/scottpham">Scott Pham</a>, <a class="reference external" href="https://github.com/aborruso">Andrea Borruso</a>, <a class="reference external" href="https://github.com/frosencrantz">Felix Rosencrantz</a>, <a class="reference external" href="https://github.com/cool-RR">Ram Rachum</a>, <a class="reference external" href="https://github.com/ezequiel-garzon">Ezequiel Garzon</a>, <a class="reference external" href="https://github.com/reagle">Joseph Reagle</a>, <a class="reference external" href="https://github.com/daviewales">David Wales</a>, <a class="reference external" href="https://github.com/rschwiebert">&#64;rschwiebert</a>.</p>
298+
<p>Many thanks to the following people for their feedback, suggestions, and fixes: <a class="reference external" href="http://saul.pw/">Saul Pwanson</a>, <a class="reference external" href="https://github.com/anjakefala">Anja Kefala</a>, <a class="reference external" href="https://twitter.com/jtemplon">John Templon</a>, <a class="reference external" href="https://twitter.com/scottpham">Scott Pham</a>, <a class="reference external" href="https://github.com/aborruso">Andrea Borruso</a>, <a class="reference external" href="https://github.com/frosencrantz">Felix Rosencrantz</a>, <a class="reference external" href="https://github.com/cool-RR">Ram Rachum</a>, <a class="reference external" href="https://github.com/ezequiel-garzon">Ezequiel Garzon</a>, <a class="reference external" href="https://github.com/reagle">Joseph Reagle</a>, <a class="reference external" href="https://github.com/daviewales">David Wales</a>, <a class="reference external" href="https://github.com/rschwiebert">&#64;rschwiebert</a>, <a class="reference external" href="https://github.com/dwt">Martin Häcker</a>.</p>
299299
<div class="toctree-wrapper compound">
300300
</div>
301301
<div class="toctree-wrapper compound">

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)