FLTK logo

Re: [fltk.coredev] Key-combination for zoom (forked from fltk-general Sys-Menu-Bar thread)

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: Key-combination for zoom (forked from fltk-general Sys-Menu-Bar thread) Manolo 13:32 Mar 05  
 

Le mardi 5 mars 2024 à 21:50:41 UTC+1, Albrecht-S a écrit :
 ……
> The FLTK X11 and Wayland code contains a few lines that do extra
> operations for number keys exactly to allow use of 'Ctrl+digit'
> keystrokes with Fr keyboards.

That's good - and good to know. Can you give me a pointer to where such
code is, for both platforms? TIA.

For X11, that's in file src/Fl_x.cxx, function fl_handle(const XEvent&) lines 1879ff
    // Special processing for number keys == keycodes 10-19

For Wayland, that's in file src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx,
function process_wld_key(), lines 535ff
  // special processing for number keys == keycodes 10-19 :

--
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/44a4948c-f7ff-484b-949e-508dc09e9d5an%40googlegroups.com.
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'.