vinegarhq / vinegar

An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux.
https://vinegarhq.org
GNU General Public License v3.0
375 stars 34 forks source link

Double quotation marks turning into backticks #412

Closed luj-s closed 2 months ago

luj-s commented 2 months ago

Acknowledgement of preliminary instructions

What problem did you encounter?

Typing double quotation marks in any Roblox Studio input field(script editor, properties, text boxes etc.), instead of inserting the correct character ("), inserts a pair of backticks (``). Any other character works as expected. Latest log file: Studio-2024-04-29T21:27:26Z.log

System information

Compositor: Sway (Wayland)
Keyboard layout: br (Brazil portuguese) nodeadkeys

Output of run org.vinegarhq.Vinegar sysinfo:
* Vinegar: v1.7.4 
* Distro: Freedesktop SDK 23.08 (Flatpak runtime)
* Processor: AMD Ryzen 3 2200G with Radeon Vega Graphics
  * Supports AVX: true
  * Supports split lock detection: false
* Kernel: 6.8.7-arch1-2
* Wine (Player): v9.2 (Staging)
* Wine (Studio): v9.2 (Staging)
* Flatpak: [x]
* Cards:
  * Card 0: amdgpu 0000:08:00.0 /sys/class/drm/card1
apprehensions commented 2 months ago

This is due to your keyboard layout.

luj-s commented 2 months ago

This is due to your keyboard layout.

Oh, i switched to the normal variant and it now works. Still, it's kinda weird because it works fine in other programs.