Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gajim
gajim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 210
    • Issues 210
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajimgajim
  • Issues
  • #10182

Closed
Open
Opened Jul 12, 2020 by nakami@nakami

Gajim does not respect the layer-modifiers of multi-layer keyboard layout "neo" on Windows

Versions

  • OS: Windows 10 (Version 1909, but also all previous ones)
  • Gajim version: 1.2.1
  • GTK version: 3.24.20
  • Python-nbxmpp version: 1.0.1

Steps to reproduce the problem

  1. Install/use neo-layout (https://neo-layout.org/) natively (keyboard selectable in the Windows settings and also language quick selection (Win+Space)).
  2. In any gajim input field (most importantly in a chat window) hold down a modifier (Mod3 or Mod4; layer 3,4,5,6) and type something like a special character - let's say we want to produce a smiley: ":)".

Expected behavior

We expect the particular characters to appear, e.g. a smiley: ":)".

Actual behavior

The letter of that particular key is inserted, but as if you intended to use layer 1 (not holding down the shift-key additionally) or layer 2 (holding down the shift-key additionally). Referring to the example:

  • Expected: ":)"
  • Effectively: "dr" (":"->"d" and ")" -> "r")
Edited Jul 12, 2020 by nakami
Assignee
Assign to
1.3.0
Milestone
1.3.0
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#10182