[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: Shortcut: FromKey() now uses 'Key.Text' if available, and otherwise uses...



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
16d84998 by Benoît Minisini at 2024-05-29T19:28:56+02:00
Shortcut: FromKey() now uses 'Key.Text' if available, and otherwise uses 'Key.Code' for unknown keys.

[GB.GUI.BASE]
* BUG: Shortcut: FromKey() now uses 'Key.Text' if available, and otherwise uses 'Key.Code' for unknown keys.

- - - - -
b25b3979 by Benoît Minisini at 2024-05-29T19:36:26+02:00
TextBox and TextArea having initial focus now correctly raise their 'KeyPress' event.

[GB.GTK]
* BUG: TextBox and TextArea having initial focus now correctly raise their 'KeyPress' event.

[GB.GTK3]
* BUG: TextBox and TextArea having initial focus now correctly raise their 'KeyPress' event.

- - - - -


3 changed files:

- comp/src/gb.gui.base/.src/Shortcut.class
- gb.gtk/src/gkey.cpp
- gb.gtk/src/gkey.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4e8bdf8f383537573271d35df9d4df25ccf858a1...b25b3979403c597ed7dd381b29ce334924f16576

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4e8bdf8f383537573271d35df9d4df25ccf858a1...b25b3979403c597ed7dd381b29ce334924f16576
You're receiving this email because of your account on gitlab.com.