So it is a LCL bug then?
Seems LCL ok:
- Windows key works, it is ssMeta [on GTK2 too]
- Super key [not Windows key] not known to LCL
- Hyper key too not known
- AltGr works here, in GTK2 it gives Alt.
--
Regards,
Alexey
--
___
Lazarus mailing lis
On May 11, 2017 5:21:49 PM GMT+02:00, Graeme Geldenhuys via Lazarus
wrote:
>On 2017-05-11 16:00, Alexey via Lazarus wrote:
>> It must not see em. Laz dont know what is Hyper key, and Super.
>
>So it is a LCL bug then?
Not sure, iirc I've implemented them in gtk. At least I recall me looking a
On 2017-04-13 11:34, Michalis Kamburelis via Lazarus wrote:
@James, would you mind removing the "Public Service Announcement" from
https://github.com/james-mcjohnson/VulkanLibraryForFreePascal/blob/master/LICENSE.md
? Don't get me wrong, I understand that you want to promote your faith
and I res
On 2017-04-12 23:32, James.mcjohnson via Lazarus wrote:
This is both an announcement and request for help for an open source
FreePascal project which strives to provide:
You may want to also post this to the FPC mailing list rather than just
the Lazarus list, as, vulkan can probably be used o
On 2017-05-11 16:21, Graeme Geldenhuys via Lazarus wrote:
I'll file a Mantis bug report.
Reported as:
https://mantis.freepascal.org/view.php?id=31797
Many thanks for your help and time Alexey.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpg
On 2017-05-11 16:00, Alexey via Lazarus wrote:
It must not see em. Laz dont know what is Hyper key, and Super.
So it is a LCL bug then?
As I mentioned, I'm using LCL-GTK2, and I know FreeBSD supports those
keys (tested with xev), and I know GTK2 supports those keys (test with
The GIMP). So d
On 11.05.2017 17:50, Graeme Geldenhuys via Lazarus wrote:
that generates Ctrl+Alt+Shift+Hyper+Up it doesn't recognise any of the
new shiftstates
It must not see em. Laz dont know what is Hyper key, and Super.
Shiftstate flags are none, AFAIK LCL dont support Hyper/Super keys
--
Regards,
Alex
On 2017-05-11 15:28, Alexey via Lazarus wrote:
Check "Meta" shows on Mac only; you need it for Lin/Win? It is simple
fix, one liner.
1) That wasn't too clever from whomever implemented that artificial
restriction. Meta, Super, Hyper and AltGr are often used on other
platforms (Linux,FreeBSD,W
>Both in Lazarus v1.7 and v1.9 using the IDE compiled with LCL-GTK2.
Check "Meta" shows on Mac only; you need it for Lin/Win? It is simple
fix, one liner.
function TCustomShortCutGrabBox.GetDefaultShiftButtons: TShiftState;
begin
{$IFDEF Darwin}
Result:=[ssCtrl,ssShift,ssAlt,ssMeta];
{$E
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 che
Hm, on OSX, IDE shows key grab dialog [in keymapping opts] with
additional checkbox,
"Meta". It is what yo need?
Ctrl+Meta checkboxes - for keys Ctrl/Command.
And dialog works for Meta.
Alexey
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
On 2017-05-11 13:03, Mattias Gaertner via Lazarus wrote:
Maybe you altered some options?
Editor options / Mouse / Advanced / Gutter / Overview
Thanks Mattias, that did the trick. I had nothing defined under the
"Overview" section - both under Linux and FreeBSD.
Regards,
Graeme
--
__
On 11.05.2017 13:12, Graeme Geldenhuys via Lazarus wrote:
On 2017-05-11 11:50, Ondrej Pokorny via Lazarus wrote:
It is clickable :)
Umm, it doesn't work here. Clicking via LClick or RClick doesn't have
any affect. I'm using Lazarus 1.7 r52715 FPC 2.6.4 x86_64-linux-gtk 2,
running under CentO
On Thu, 11 May 2017 12:12:09 +0100
Graeme Geldenhuys via Lazarus wrote:
> On 2017-05-11 11:50, Ondrej Pokorny via Lazarus wrote:
> > It is clickable :)
>
> Umm, it doesn't work here. Clicking via LClick or RClick doesn't have
> any affect. I'm using Lazarus 1.7 r52715 FPC 2.6.4 x86_64-linux-g
On 2017-05-11 11:50, Ondrej Pokorny via Lazarus wrote:
It is clickable :)
Umm, it doesn't work here. Clicking via LClick or RClick doesn't have
any affect. I'm using Lazarus 1.7 r52715 FPC 2.6.4 x86_64-linux-gtk 2,
running under CentOS 6.6.
Maybe I should update my Lazarus?
I then tested m
Hi,
I'm using an Ergodox keyboard, and have a shortcut layer setup in my
keyboard layout. This allows me a single key press, yet sends a complex
key sequence to the OS. The same can be achieved with normal keyboards
and some extra software.
This is extremely useful, and more about that can b
On 11.05.2017 12:11, Graeme Geldenhuys via Lazarus wrote:
Now all that remains is to make it clickable, so you jump to the part
of the file where you clicked.
It is clickable :)
Ondrej
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://
On 2017-05-11 10:21, Martin Frb via Lazarus wrote:
An overview of the entire file (all lines)
It’s amazing all the functionality (information wise) in such a little
widget. :)
Now all that remains is to make it clickable, so you jump to the part of
the file where you clicked.
Regards,
G
On 11/05/2017 08:50, Landmesser John via Lazarus wrote:
just curious:
what do i see left of the Editor windows Scrollbar ... these little
colored bars?
An overview of the entire file (all lines)
orange boxes are location of errors (compilation)
blue boxes are bookmark
red boxes are break
On 11.05.2017 09:50, Landmesser John via Lazarus wrote:
just curious:
what do i see left of the Editor windows Scrollbar ... these little
colored bars?
Changed lines.
zeljko
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.laz
just curious:
what do i see left of the Editor windows Scrollbar ... these little
colored bars?
Lazarus 1.9.0 rUnknown FPC 3.0.0 i386-win32-win32/win64
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo
21 matches
Mail list logo