Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
c940e292 by Cédric Krier at 2023-07-13T15:48:41+02:00
Show in shortcut help dialog the copy/paste shortcuts for tree view
- - - - -
1 changed file:
- tryton/tryton/gui/main.py
Changes:
=====================================
tryton/tryton/gui/main.py
=====================================
@@ -667,6 +667,10 @@
('End', _("Move to bottom")),
('BackSpace', _("Move to parent")),
]),
+ (_("Edition"), [
+ ('<Primary>c', _("Copy selected rows")),
+ ('<Primary>v', _("Insert copied rows")),
+ ]),
(_("Selection"), [
('<Ctrl>a <Ctrl>slash', _("Select all")),
('<Shift><Ctrl>a <Shift><Ctrl>slash',
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/c940e29284675ce479c6981e5b7f64029735da8f
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/c940e29284675ce479c6981e5b7f64029735da8f
You're receiving this email because of your account on foss.heptapod.net.