From 01eb2de162f62d004e304750508f6cea943769c9 Mon Sep 17 00:00:00 2001 From: Sukil Etxenike Date: Fri, 26 Jun 2015 22:25:58 +0200 Subject: [PATCH] #50: documented the find a string shortcut --- doc/strings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/strings.py b/doc/strings.py index b7d66461..df86e149 100644 --- a/doc/strings.py +++ b/doc/strings.py @@ -306,6 +306,7 @@ documentation.append(_(u"""* Windows + Alt + PageUp: Load previous items for the documentation.append(_(u"""* Control + Windows + G: Get geolocation.""")) documentation.append(_(u"""* Control + Windows + Shift + G: Display the tweet's geolocation in a dialogue.""")) documentation.append(_(u"""* Control + Windows + T: Create a trending topics' buffer.""")) +documentation.append(_(u"""* Control + Windows + {: Find a string in the current buffer.""")) documentation.append(_(u""" """)) documentation.append(_(u"""## Configuring TWBlue"""))