Is there any chance to change in Emacs 23.1.1 a keybinding for (toggle-input-method) to <Meta+Shift> or <Alt+Shift> (because I use <Alt> as <Meta>)?
This, obviously, doesn't work:
(global-set-key [(meta shift)] 'toggle-input-method)
Thanks in advance.