I just installed debian 8 and emacs24. I noticed a new feature! you now can push F11 to enter fullscreen mode. I wanted to put emacs on fullscreen mode at startup, but couldn't find the command... and then I though that it would be easier tell emacs just to "push" F11 on my .emacs
Is there any command I can use so emacs will press a given sequence of keystrokes? something like
(just-push-it "\C-x" "3" "\C-x" "\C-o" "\M-x ansi-term")