-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
|
||
---------- | ||
[Settings] | ||
|
||
# Language | ||
Language_File = en-us | ||
|
||
# Use a white icon in system tray instead of the default red one (looks better in windows 10 :) | ||
White_Tray_Icon = False | ||
|
||
# The folder that snapshots are saved to | ||
Snapshot_Path = %USERPROFILE%/Pictures/gInk/ | ||
|
||
# Close after snapshot | ||
Close_On_Snap= False | ||
|
||
# Show eraser icon | ||
Eraser_Icon = True | ||
|
||
# Show pan icon | ||
Pan_Icon = True | ||
|
||
# Show pointer icon | ||
Pointer_Icon = True | ||
|
||
# Show pen width icon | ||
Pen_Width_Icon = False | ||
|
||
# Show view/hide inks icon | ||
InkVisible_Icon = True | ||
|
||
# Show snapshot icon | ||
Snapshot_Icon = True | ||
|
||
# Show undo icon | ||
Undo_Icon = True | ||
|
||
# Show clear icon | ||
Clear_Icon = True | ||
|
||
# Which mouse cursor to use on canvas | ||
Canvas_Cursor = 0 | ||
|
||
# Allow dragging toolbar | ||
Allow_Dragging_Toolbar = False | ||
|
||
# Allow all non-global hotkeys in mouse pointer mode (may cause a mess) | ||
Allow_Hotkey_In_Pointer_Mode = False | ||
|
||
# Toolbar location (only applicable when allowing dragging toolbar) | ||
Toolbar_Left = 0 | ||
Toolbar_Top = 0 |