~rabbits/public-inbox

Use start/select instead of A/B for controller inputs. v1 PROPOSED

d6: 1
 Use start/select instead of A/B for controller inputs.

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rabbits/public-inbox/patches/54928/mbox | git am -3
Learn more about email & git

[PATCH] Use start/select instead of A/B for controller inputs. Export this patch

From: d_m <d_m@plastic-idolatry.com>

When using a keyboard A and B are Control and Alt.

This interviews with window managers or desktops that use control and
alt for navigation shortcuts (for example alt-tab will pause/unpause
music when m291 is in focus).

After this change, the short cuts are moved to start/select, which
correspond to shift/home. These are less likely to interfere with
shortcuts.
---
 gui/m291/src/m291.tal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui/m291/src/m291.tal b/gui/m291/src/m291.tal
index cfa77ec..152ac26 100644
--- a/gui/m291/src/m291.tal
+++ b/gui/m291/src/m291.tal
@@ -143,8 +143,8 @@
	( down ) DUP #20 NEQ ?{ #01 <move> }
	( left ) DUP #40 NEQ ?{ <escape> }
	( right ) DUP #80 NEQ ?{ .selection LDZ <pick> }
	( A ) DUP #01 NEQ ?{ .selection LDZ <pick> }
	( B ) DUP #02 NEQ ?{ <send-pause> }
	( select [shift] ) DUP #04 NEQ ?{ <send-pause> }
	( start [home] ) DUP #08 NEQ ?{ .selection LDZ <pick> }
	POP BRK

(
-- 
2.39.2