-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpkl.ini
More file actions
119 lines (100 loc) · 3.55 KB
/
Copy pathpkl.ini
File metadata and controls
119 lines (100 loc) · 3.55 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[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 = prolemak_hu:Hungarian Prolemak,prolemak_en:English Prolemak
; With this hotkey you can switch between layouts
changeLayoutHotkey = LAlt & LShift
; 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 = auto
; Display a help image
displayHelpImage = yes
; 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 = no
; 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
; If it is yes/true/1, pkl will go suspend when it starts.
; (Yes, I know the helper image is appearing and hiding.)
; I think the better way is start PKL when you need it.
startsInSuspendMode = no
[extend]
; With hold down the 'extend_key'
SC002 =
SC003 =
SC004 =
SC005 =
SC006 =
SC007 =
SC008 =
SC009 =
SC00a =
SC00b =
SC00c =
SC00d =
SC011 = Esc
SC015 = PgUp
SC016 = Home
SC017 = Up
SC018 = End
SC019 = Ins
SC01a = Esc
SC01e = Win
SC01f = Alt
SC020 = Ctrl
SC021 = Shift
SC022 =
SC023 = PgDn
SC024 = Left
SC025 = Down
SC026 = Right
SC027 = Del
SC02d = Cut
SC02e = Copy
SC02f = Paste
SC030 = Enter
SC031 = BackSpace
SC032 = WheelLeft
SC033 = WheelUp
SC034 = WheelDown
SC035 = WheelRight
SC039 = *^{Space}