I want to be able to hit Ctrl+a (or whatever my command sequence is) followed by a lowercase k rather than the uppercase one that screen defaults to. I've played around with the bindkey directive a bit but the specified key combinations don't require first entering the command sequence (e.g., Ctrl-a).
What's the best way to achieve this while allowing for changes to the command sequence (I don't want to hardcode in "Ctrl-a" somewhere)?
