# HG changeset patch # User Oleksandr Gavenko # Date 1310817782 -10800 # Node ID b18b7ebffb530cd6f6f5a9b19df8bce901bc4385 # Parent 90f8794f2290d1750a34cdf0e7b274af3986c46d Disable Ctrl+TAB and Ctrl+Shift+TAB shortcuts for use in screen(1). diff -r 90f8794f2290 -r b18b7ebffb53 .minttyrc --- a/.minttyrc Sat Jul 16 15:02:24 2011 +0300 +++ b/.minttyrc Sat Jul 16 15:03:02 2011 +0300 @@ -26,6 +26,8 @@ ClipShortcuts=yes ; Disable Windows Alt+Space and Alt+Enter shortcuts. WindowShortcuts=no +; Disable Ctrl+TAB and Ctrl+Shift+TAB shortcuts for use in screen(1). +SwitchShortcuts=yes ; Enable font zooming shortcuts Ctrl+plus/minus/zero. ZoomShortcuts=yes ; Shift, Ctrl, Alt, Off.