From 2a80832e5674e9ebe39da80c601c2f92c09268c6 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Jun 2019 10:37:34 -0700 Subject: [PATCH] Add keyboard shortcut to close 2048-qt --- source/2/2.4/2.4.8/2048-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.8/2048-qt.rst b/source/2/2.4/2.4.8/2048-qt.rst index 44408646..1d0996be 100644 --- a/source/2/2.4/2.4.8/2048-qt.rst +++ b/source/2/2.4/2.4.8/2048-qt.rst @@ -7,7 +7,7 @@ Usage ------ To play 2048-qt you use the arrows keys to combine blocks with the same number on them without having no possible moves at which point the game is over. As you combine numbers your score increases by the sum of the new block(s) you make and is shown towards the upper right hand corner of the window. After each move a new block appears. Your :guilabel:`BEST` is the best you have done at this game and is also shown towards the upper right hand corner. To the left of you high score is your :guilabel:`SCORE` with the number of your current score. -If midway you want to restart to a new game press the :guilabel:`New Game` button on the right hand side or :menuselection:`File --> New Game` or press :kbd:`Control+N`. +If midway you want to restart to a new game press the :guilabel:`New Game` button on the right hand side or :menuselection:`File --> New Game` or press :kbd:`Control+N`. If you want to close 2048-qt from the keyboard press :kbd:`Control+Q`. Screenshot ----------