Disable Windows Alt+Space and Alt+Enter shortcuts.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Aug 2010 14:45:37 +0300
changeset 90 56c86e8dc799
parent 89 92844597e8d7
child 91 42abfd52d36c
Disable Windows Alt+Space and Alt+Enter shortcuts. Enable font zooming shortcuts Ctrl+plus/minus/zero.
.minttyrc
--- a/.minttyrc	Sat Jul 31 19:21:25 2010 +0300
+++ b/.minttyrc	Sun Aug 01 14:45:37 2010 +0300
@@ -25,6 +25,11 @@
 [Keys]
 AltSendsESC=0
 BackspaceSendsBS=0
+; Disable Windows Alt+Space and Alt+Enter shortcuts.
+WindowShortcuts=0
+; Enable font zooming shortcuts Ctrl+plus/minus/zero.
+ZoomShortcuts=1
+; ScrollMod=1
 
 [Mouse]
 ; Use mouse copy on select like in X window.