Skip to content

Android: Some Script Editor shortcuts (e.g. Toggle Comment) do not execute #121485

Description

@moostafa-afk

Tested versions

This bug is on all versions 4.6 and above

I've tested Godot 4.5, 4.5.1, and 4.5.2 and they don't have this issue. but 4.6, 4.7, and even the 4.8 dev build have this bug.

System information

Godot v4.8.dev1 - Android 16 (SDK 36 build 14587043) - Single-window, 1 monitor - Vulkan (Mobile) - integrated PowerVR D-Series DXT-48-1536 MC1 - Tensor G5 (8 threads) - Android (44100 Hz, Stereo/mono)

Issue description

The main issue is: that some editor shortcuts work perfectly e.g.. :

  • Undo
  • Redo
  • Cut
  • Delete Line

While others don't work e.g.. :

  • Toggle Comment
  • Fold All lines
  • Unfold All Lines.

But all actions do work normally; if I go to the script toolbar and select them from there.

Image

Steps to reproduce

Input the key combination for these actions:

Toggle Comment: CTR + K
Fold Line: ALT + F

Even after modifying the shortcuts in editor settings the issue still remains.

The keyboard I'm using is called Unexpected Keyboard, which is available in the Play Store,

Image

it contains keys like : CTR, FN, ALT, which allow me to input keys that I otherwise can't on mobile, I've also tested this with another keyboard called Hacker's Keyboard:

Image

And it has the same issue. Which confirms the problem is with Godot and Not the digital keyboards.

Note: This issue didn't exist in any of the versions of Godot 4.5.1 or or 4.5.2, it only appeared in 4.6 and above.

Minimal reproduction project (MRP)

N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions