FLTK logo

Re: [fltk.coredev] Towards a Wayland platform for the FLTK library ?

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Towards a Wayland platform for the FLTK library ? Albrecht Schlosser Jun 11, 2021  
 
On 6/10/21 10:07 AM Manolo wrote:
Le mercredi 9 juin 2021 à 15:42:24 UTC+2, Manolo a écrit :
Do you know how to configure the keyboard layout with Weston?

FTR: one solution, for my situation, is to create this file with this content
$HOME/.config/weston.ini
===============
[keyboard]
keymap_layout=fr(mac)
===============

I tried this too, but it didn't have any effect on my keyboard layout. I was able to switch my keyboard with the system keyboard setup to "French" and this affected the keypresses in Weston.

Regarding test/keyboard: display of Fl::event_key(): I just fixed a display error which has been missed since we moved to UTF-8. It does not manifest in Xft configuration in the master and 1.3 branches, but can be seen when configured with Pango (master and/or wayland):




This has been fixed in master, commit 986a8b33a2. Now keypresses in the full latin1 (ISO-8859-1) range are displayed correctly.

You can either rebase the wayland branch on upstream/master or use

  git fetch upstream          # (or whatever your FLTK remote repo is called)
  git cherry-pick 986a8b33a2


to pull this single commit into the wayland branch. In a later rebase this commit will be skipped.

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/b0b8b53f-7df6-8b7e-9263-daefac44a3dd%40online.de.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.