Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# This file is part of Xpra. 

2# Copyright (C) 2017 Antoine Martin <antoine@xpra.org> 

3# Xpra is released under the terms of the GNU GPL v2, or, at your option, any 

4# later version. See the file COPYING for details. 

5 

6from xpra.x11.gtk3 import gdk_display_source #@UnresolvedImport, @Reimport 

7from xpra.x11.gtk3.gdk_display_util import verify_gdk_display #@Reimport @UnusedImport 

8 

9init_gdk_display_source = gdk_display_source.init_gdk_display_source 

10close_gdk_display_source = gdk_display_source.close_gdk_display_source