-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmintty-dropdown.ini
executable file
·55 lines (51 loc) · 1.61 KB
/
mintty-dropdown.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
[Global]
; ------------- CONFIG --------------
; Just set variables that you need!
; Variable expansion IS NOT supported here!
; -----------------------------------
;
; Full path where the cygwin/msys2 is installed
; YOU MUST change it!
; (E.g.: C:\msys2)
;rootDir=<msys2 or cygwin directory>
;
; The shell that you use (E.g.: /bin/bash ).
; You can also use terminal multiplexers
; like tmux or screen (E.g.: /bin/tmux)
; Usually you do not need to change it
;shell=/bin/sh
;
; Your home directory. (E.g.: c:\somefolder\home\<user>)
; Usually you do not need to change it
;homeDir=<rootDir>\home\<UserName>
;
; Your /bin directory. (E.g.: /usr/bin)
; Usually you do not need to change it
;binDir=/usr/bin
; Custom mintty binary location. (E.g.: C:\custom\bin\mintty.exe)
; Usually you do not need to change it
;minttyPath=<rootDir>\<binDir>\mintty.exe
; Default window height
;height=400
; ------------- HOTKEYS -------------
; You can use the following basic modifiers:
; # = Win (Windows Logo key)
; ! = Alt
; ^ = Ctrl (Control)
; + = Shift
;
; You can see a list with all modifiers available here:
; https://autohotkey.com/docs/Hotkeys.htm
;
; You can see a list with all keys available here (including specials):
; https://autohotkey.com/docs/KeyList.htm
; -----------------------------------
;
; Hotkey for toggle the console
;consoleHotKey=!F12 (Alt+F12)
;
; Hotkey for toggle between normal and fullscreen mode.
;fullScreenHotKey=!F11 (Alt+F11)
; Hotkeys for move between screens (if you have 2 screens)
;moveScreenRight=^+Right (Ctrl+Alt+Right)
;moveScreenLeft=^+Left (Ctrl+Alt+Left)