Here's what I want to do:
In these examples the Window Key/SuperKey = %
% S open up a terminal with screen enabled
% = Create a new screen
% - Remove current screen
% . Go to the next screen
% , Go to the previous screen
% Q Exit Screen
% | Vertical Split
% _ Horizontal Split
% B Launch default browser
The biggest challenge appears to be mapping to the window/super key to gnu screen, would this be any easier to do in tmux? Any suggestions or possible problems I should expect going this route?