|
|
|
|
|
by msftguy
5388 days ago
|
|
"Since I was running Windows on a Mac with Parallels it was uneasy to hit "printscreen" while the game was running. I hardcoded the '*' from the keypad to produce the same" Umm.. educational, sure, but can't you just:
alias +shift "bind 8 screenshot";
alias -shift "bind 8 whatever_was_bound_to_8";
bind shift +shift; |
|