It can be done by putting a colon between the subscripted object and the underscore.
f[ Subscript[k, 1]:_, Subscript[k, 2]:_ ] := 1- (Subscript[k, 1] Subscript[k, 2] ) / (Subscript[k, 1] - Subscript[k, 2])
Subscripted objects can be used in executable code, but doing it robustly takes work.
See the attached notebook for a mini-tutorial.
If you can postpone subscripted variables for the presentations, after the calculations are finished, it might be much less trouble.
Attachments: