-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkl.ini
67 lines (55 loc) · 2.73 KB
/
pkl.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
[pkl]
; The layout ini file is "layouts/[key value]/layout.ini"
; You can use multiple layouts, if you write:
; layout = layout1:Displayed name,layout2
layout = qwerty
; With this hotkey you can switch between layouts
changeLayoutHotkey =
; If your original layout has deadkeys (like '^', etc), put them
; here; (For example on the Hungarian keyboard '^' is a dead key,
; so if I would like to type a '^', I must type '^{Space}'.)
; If you write "auto" it use maybe the correct mode (if someone sent me it)
systemsDeadkeys = auto
; The original mode for non-ASCII characters may not work with
; all programs (for example GTK applications, like Klavaro or Pidgin)
; so you can try alternative modes with this hotkey
; If you have found the best mode, you can write it into the
; nonASCII.ini, and please send me too!
changeNonASCIIMode = #F12
; A file name in the Languages folder (without .ini). If it is 'auto',
; the language definitions are loaded from the system's default locale
; (http://www.autohotkey.com/docs/misc/Languages.htm)
language = German
; Display a help image
displayHelpImage = no
; Toggle on/off the help image
; http://www.autohotkey.com/docs/Hotkeys.htm#Symbols
displayHelpImageHotkey = #F1
; Exit from the application.
; http://www.autohotkey.com/docs/Hotkeys.htm#Symbols
exitAppHotkey =
; Suspend (disable/enable) the application.
; http://www.autohotkey.com/docs/Hotkeys.htm#Symbols
suspendHotkey = LAlt & RAlt,RAlt & LAlt
; Compact mode: every external file is in the folder of pkl.exe
compactMode = no
; Windows internally translates the AltGr (right Alt) key to LEFT Ctrl + RIGHT Alt
; If you enable this option, PKL detect AltGr as (one of) Ctrl + (one of) Alt.
; (this is useful for notebook keyboards that do not have a right alt or AltGr key.)
; It is not recommend, because fortunately some programs know the
; difference between the AltGr and the Alt+Ctrl
altGrEqualsAltCtrl = yes
; If you often forget to exit PKL at a shared computer, you can set a
; suspend timeout in minutes: after this time of inactivity (with no
; keypresses) PKL will suspend. The exit timeout is similar: after
; this time is spent suspended PKL will exit.
; For example if you use suspend=5, exit=30, then after 5 minutes of
; inactivity PKL go suspend – if you are there, you can go live. If you
; forgot disable PKL, within 5 minutes your friend can cry to you.
; After 30 minutes in suspend PKL exit.
; You can disable these features by setting the timeouts to 0.
; Important: only "coming out from suspend" is activity for exitTimeOut,
; so if you write 0 to suspend and 30 to exit, it will exit after 30
; minutes, even you type or pressing keys.
suspendTimeOut = 0
exitTimeOut = 0