I updated my mod according to patch 1.2. Since we now have the load function, my new mod adds buttons for only wait and save, and enables save with a hotkey. There is only one version.
In order to enable the save hotkey during combat, add the following line under "bindsection combat_screen" in input.cfg file:
bind input_combat_save 'F2'
To enable the hotkey during tactics phase, add the above line right under "bindsection combat_screen_tactic". For better tooltips, I also recommend copying and pasting the "bind input_Combat_Wait 'W'" line from combat screen hotkeys to tactics phase hotkeys. I hope you see what I mean
![smile :)](/forums/images/smilies/smile9.gif)
Note that you can use any keys you want other than those already assigned in these "bindsection"s. I'd like to know if you like it and/or if you have any problems...
Cheers!
Edit: Here's a another version with compact ATB bar and overall a compact combat interface!