On 2017-05-11 13:47, Alexey via Lazarus wrote:
  Hm, on OSX, IDE shows key grab dialog [in keymapping opts] with
additional checkbox,
"Meta". It is what yo need?

Attached is a screenshot of what I see. Both in Lazarus v1.7 and v1.9 using the IDE compiled with LCL-GTK2.

Note that there is checkboxes for "Shift", "Alt" and "Ctrl", but not for "Super" (aka Hyper on some systems, or Windows key, or Meta under KDE Plasma etc).

These are the possible modifiers I have available for X11 based systems. I presume other operating systems have similar.

  // modifier keys

  keyShift              = $e300;
  keyCtrl                 = $e301;
  keyAlt                  = $e302;
  keyMeta                 = $e303;
  keySuper              = $e304;
  keyHyper              = $e305;
  keyAltGr              = $e306;
  keyCaps                 = $e307;
  keyNum                  = $e308;
  keyScroll             = $e309;


Wikipedia: Super key (keyboard button)
  https://en.wikipedia.org/wiki/Super_key_(keyboard_button)


Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to