From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from duke.felloff.net ([216.126.196.34]) by ur; Mon Feb 8 13:58:53 EST 2016 Message-ID: <58af5ba244faa0e8886243e2af4c3f01@felloff.net> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: virtualized deep-learning GPU HTTP replication method base Date: Mon, 8 Feb 2016 19:58:45 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] mouseshifted In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit it is always enabled and it works for me. its done by kbdfs in keyproc(): if(mctlfd >= 0){ if(key.r == Kshift){ if(key.down){ fprint(mctlfd, "buttonmap 132"); } else { fprint(mctlfd, "swap"); fprint(mctlfd, "swap"); } } fprint(mctlfd, "twitch"); } -- cinap