[Bf-funboard] Re: Make alt A play all windows

trip somewhere trip0o at gmail.com
Wed Jan 24 23:11:32 CET 2007


So I did my own edit
Line 698 in toets.c
I changed a number! And it took 8 minutes to compile, oh what joy,
anyway its easy enough it look it.

case AKEY:
		if(textediting==0 && textspace==0) {
			if(G.qual==(LR_SHIFTKEY|LR_ALTKEY)){
				play_anim(1);
				return 0;
			}
			else if(G.qual==LR_ALTKEY) {
				play_anim(1);
				return 0;
			}



On 1/24/07, trip somewhere <trip0o at gmail.com> wrote:
> Thats all really, instead of shift alt a just use alt+a as a
> preference. Its just a preference not an argument of whats better or
> whatever, just less finger contortions.
>
> Anyone feel the same?
>


More information about the Bf-funboard mailing list