-
Notifications
You must be signed in to change notification settings - Fork 0
/
configClientUp.ini
81 lines (70 loc) · 1.98 KB
/
configClientUp.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Document
document.background.color = FFFFFFFF
# Shortcuts
shortcut.tools.open.0 = control O
shortcut.tools.save.0 = control S
shortcut.next.0 = N
shortcut.next.1 = SPACE
shortcut.next.2 = PAGE_DOWN
shortcut.next.3 = RIGHT
shortcut.next.4 = UP
shortcut.previous.0 = P
shortcut.previous.2 = PAGE_UP
shortcut.previous.3 = LEFT
shortcut.previous.4 = DOWN
shortcut.undo.0 = ctrl Z
shortcut.redo.0 = ctrl Y
shortcut.tools.toggleToolbar.0 = F12
shortcut.toggleFullscreen.0 = F11
shortcut.toggleFullscreen.1 = ESCAPE
shortcut.color.0 = C
# Global shortcuts
shortcut.tools.screenshotArea.global.0 = ctrl PRINTSCREEN
# Use the screen under the cursor
shortcut.tools.screenshotDirect.global.0 = ctrl shift PRINTSCREEN
# Select the screen to screenshot
#shortcut.tools.screenshotFull.global.0 = ctrl shift PRINTSCREEN
# Enables the autoshow toolbar
toolbar.orientation = LEFT
toolbar.compactSize = 15
toolbar.compactOpacity = 0.25
toolbar.0 = tools.primary.scribble
toolbar.1 = tools.primary.eraser
toolbar.2 = tools.primary.line
toolbar.3 = tools.primary.pdfCursor
toolbar.4 = tools.primary.selectMove
toolbar.5 = tools.screenshotAreaHide
toolbar.6 = color
toolbar.7 = fill
toolbar.8 = toggleFullscreen
pdf.defaultWidth = 1024
pdf.defaultHeight = 768
pdf.ignoreEmptyPages = true
pdf.showPageNumbers = true
pdf.ignoreEmptyPageNumber = true
pdf.ignorePdfPageNumber = true
pdf.thicknessFactor = 0.5
autosave.spinner = true
autosave.next = true
autosave.previous = true
# Load/Save on startup/exit
autosave.saveExit = true
autosave.loadStartup = false
editor.defaultPen.thickness = 1.75
editor.defaultPen.color = FF000000
editor.eraser.thickness = 30.0
editor.image.lockRatio = true
fullscreen.autotoggleToolbar = true
# Default colors
color.red = FFBB0000
color.green = FF00BB00
color.blue = FF0000BB
color.black = FF000000
# Client control
client.up.enabled = true
client.up.host = localhost
client.up.port = 8025
# client.up.timeout = 10000
client.up.authToken = BlaBla
client.up.name = LocalClient1
client.up.readInitial = true