I tried many manuals how to deal with alt key in emacs in iTerm, but no of them helped me. The problem is that all suggestions work for alt key, but not for combination of alt+shift.
What do I want:
(global-set-key (kbd "M-S-<left>") 'shrink-window-horizontally)
(global-set-key (kbd "M-S-<right>") 'enlarge-window-horizontally)
(global-set-key (kbd "M-S-<down>") 'shrink-window
(global-set-key (kbd "M-S-<up>") 'enlarge-window)
So, alt+shift+arrow must change the window size. I can easily support this for alt+arrow using this manual:
https://azaleasays.com/2013/07/05/setting-up-mac-os-x-and-iterm2-for-emacs/.
But all this doesn't work for alt+shift.
Also I tried these suggestions. It doesn't work in this particular case:
Making iTerm to translate 'meta-key' in the same way as in other OSes
I don't think it's important, but for pure picture I connect via SSH to instance and work under tmux.
Did anybody try to do this?