all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
@ 2024-02-23  9:57 Emilia Blåsten
  2024-02-24  2:03 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 8+ messages in thread
From: Emilia Blåsten @ 2024-02-23  9:57 UTC (permalink / raw)
  To: 69321

The AltGr button does not seem to be recognized properly on Scandinavian
external keyboard layouts, wether connected by USB or Bluetooth. This
happens in Emacs version 30.0.50 on Android, filename
emacs-30.0.50-29-arm64-v8a.apk from

https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/termux/


Steps to reproduce:

1) Connect an external keyboard to the Android device

2) Set the layout to Scandinavian (e.g. in Android 11, settings ->
system -> language and input -> physical keyboard -> name of the
keyboard -> setup keyboard layouts -> remove all layouts except Finnish)

3) Open emacs with the "emacs -Q" option

4) in *scratch* press down the AltGr-key (right side of the space bar),
then the 2-key, then release both, then press the a-key.

Expected behaviour: you should have typed "@a"

Actual behaviour: you typed "aa"

The keyboard behaves like expected in Termux and Android text fields.


Is there an option to fix this already, or is this a bug?


Best regards,
Emilia





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
  2024-02-23  9:57 bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a Emilia Blåsten
@ 2024-02-24  2:03 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-02-28 14:50   ` Emilia Blåsten
  0 siblings, 1 reply; 8+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-02-24  2:03 UTC (permalink / raw)
  To: Emilia Blåsten; +Cc: 69321

Emilia Blåsten <emilia.blasten@iki.fi> writes:

> The AltGr button does not seem to be recognized properly on Scandinavian
> external keyboard layouts, wether connected by USB or Bluetooth. This
> happens in Emacs version 30.0.50 on Android, filename
> emacs-30.0.50-29-arm64-v8a.apk from
>
> https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/termux/
>
>
> Steps to reproduce:
>
> 1) Connect an external keyboard to the Android device
>
> 2) Set the layout to Scandinavian (e.g. in Android 11, settings ->
> system -> language and input -> physical keyboard -> name of the
> keyboard -> setup keyboard layouts -> remove all layouts except Finnish)
>
> 3) Open emacs with the "emacs -Q" option
>
> 4) in *scratch* press down the AltGr-key (right side of the space bar),
> then the 2-key, then release both, then press the a-key.
>
> Expected behaviour: you should have typed "@a"
>
> Actual behaviour: you typed "aa"
>
> The keyboard behaves like expected in Termux and Android text fields.
>
>
> Is there an option to fix this already, or is this a bug?

It's a bug which I've just fixed.  Prebuilts should be available soon.
Thanks.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
  2024-02-24  2:03 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-02-28 14:50   ` Emilia Blåsten
  2024-02-29  1:56     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 8+ messages in thread
From: Emilia Blåsten @ 2024-02-28 14:50 UTC (permalink / raw)
  To: Po Lu; +Cc: 69321

Po Lu <luangruo@yahoo.com> writes:

> It's a bug which I've just fixed.  Prebuilts should be available soon.
> Thanks.

Thank you! It works for most of the keys now. There is still a key which
does not work, in fact at all:

The key two jumps to the right from P, which is used for diacritics

Expected behaviour:

the key, then a: ä
the key, then o: ö
the key, then u: ü
shift & the key, then o: ô
altgr & the key, then n: ñ
altgt & the key, then space: ~


Current behaviour (event after the AltGr fix):

The key does nothing,

the key, then a: a
the key, then o: o
the key, then u: u
shift & the key, then o: o
altgr & the key, then n: n
altgt & the key, then space:  


Kindest regards,
Emilia





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
  2024-02-28 14:50   ` Emilia Blåsten
@ 2024-02-29  1:56     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-03-01 12:19       ` Emilia Blåsten
  0 siblings, 1 reply; 8+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-02-29  1:56 UTC (permalink / raw)
  To: Emilia Blåsten; +Cc: 69321

Emilia Blåsten <emilia.blasten@iki.fi> writes:

> Po Lu <luangruo@yahoo.com> writes:
>
>> It's a bug which I've just fixed.  Prebuilts should be available soon.
>> Thanks.
>
> Thank you! It works for most of the keys now. There is still a key which
> does not work, in fact at all:
>
> The key two jumps to the right from P, which is used for diacritics

I'm sorry I don't follow--which key is that, and what label is printed
on top?

Thanks.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
  2024-02-29  1:56     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-03-01 12:19       ` Emilia Blåsten
  2024-03-02  6:05         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 8+ messages in thread
From: Emilia Blåsten @ 2024-03-01 12:19 UTC (permalink / raw)
  To: Po Lu; +Cc: 69321

Po Lu <luangruo@yahoo.com> writes:

> I'm sorry I don't follow--which key is that, and what label is printed
> on top?

Sorry for the confusing description. You can see it on the following picture:

https://i.stack.imgur.com/fwaAb.png

It has labels for "^" and "¨" and "~". In the picture above it's
between Å and ENTER.

Kindest regards,
Emilia






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
  2024-03-01 12:19       ` Emilia Blåsten
@ 2024-03-02  6:05         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-03-05 10:44           ` Emilia Blåsten
  0 siblings, 1 reply; 8+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-03-02  6:05 UTC (permalink / raw)
  To: Emilia Blåsten; +Cc: 69321

Emilia Blåsten <emilia.blasten@iki.fi> writes:

> Po Lu <luangruo@yahoo.com> writes:
>
>> I'm sorry I don't follow--which key is that, and what label is printed
>> on top?
>
> Sorry for the confusing description. You can see it on the following picture:
>
> https://i.stack.imgur.com/fwaAb.png
>
> It has labels for "^" and "¨" and "~". In the picture above it's
> between Å and ENTER.
>
> Kindest regards,
> Emilia

Thanks, should be fixed now.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
  2024-03-02  6:05         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-03-05 10:44           ` Emilia Blåsten
  2024-03-05 12:20             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 8+ messages in thread
From: Emilia Blåsten @ 2024-03-05 10:44 UTC (permalink / raw)
  To: Po Lu; +Cc: 69321

It works! Thank you for fixing these so fast!

Best regards,
Emilia

Po Lu <luangruo@yahoo.com> writes:

> Thanks, should be fixed now.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a
  2024-03-05 10:44           ` Emilia Blåsten
@ 2024-03-05 12:20             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 8+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-03-05 12:20 UTC (permalink / raw)
  To: Emilia Blåsten; +Cc: 69321-done

Emilia Blåsten <emilia.blasten@iki.fi> writes:

> It works! Thank you for fixing these so fast!

Thanks, closing.





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-05 12:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-23  9:57 bug#69321: AltGr not working with external keyboard on Android emacs-30.0.50-29-arm64-v8a Emilia Blåsten
2024-02-24  2:03 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-28 14:50   ` Emilia Blåsten
2024-02-29  1:56     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-01 12:19       ` Emilia Blåsten
2024-03-02  6:05         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-05 10:44           ` Emilia Blåsten
2024-03-05 12:20             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.