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# -*- coding: utf-8 -*- 

2# This file is part of Xpra. 

3# Copyright (C) 2018 Antoine Martin <antoine@xpra.org> 

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

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

6 

7notifications = True 

8webcam = True 

9clipboard = True 

10audio = True 

11av_sync = True 

12fileprint = True 

13mmap = True 

14input_devices = True 

15commands = True 

16dbus = True 

17encoding = True 

18logging = True 

19network_state = True 

20shell = False 

21display = True 

22windows = True 

23rfb = True