Just curious what others thoughts / opinions are on the use of keyboard or mouse for input in roguelike games... or other such games that are turn based. More curious about the idea of only one over the other, except for the exception of writing style input such as entering your name.
I've been working on a roguelike for a while that has been strictly keyboard input only. I'm used to it and it's easy for me to use. I did chose the keybindings though, so I'm not sure how biased I am. I've been contemplating implementing mouse support. This makes me wonder though, if mouse support is so preferred, and I feel the ease of it will make me lean towards it more too : will keyboard input be a waste of time to invest in complete control.
So in the situation where you have mouse and keyboard support, each can do anything the other can... would you solely or at least 90% of the time use one option over the other and which one?