Bugzilla – Attachment 93861 Details for
Bug 17179
Advanced editor: Add keyboard shortcuts to repeat (duplicate) a field, and cut text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17179: (follow-up) Add to kyeboard_shortcuts.sql
Bug-17179-follow-up-Add-to-kyeboardshortcutssql.patch (text/plain), 1.00 KB, created by
Nick Clemens (kidclamp)
on 2019-10-07 23:26:05 UTC
(
hide
)
Description:
Bug 17179: (follow-up) Add to kyeboard_shortcuts.sql
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-10-07 23:26:05 UTC
Size:
1.00 KB
patch
obsolete
>From fb4d2233dc8a7820e6991d7dd3d0ed19c7a938cd Mon Sep 17 00:00:00 2001 >From: Nick <nick@bywatersolutions.com> >Date: Mon, 7 Oct 2019 23:25:38 +0000 >Subject: [PATCH] Bug 17179: (follow-up) Add to kyeboard_shortcuts.sql > >--- > installer/data/mysql/mandatory/keyboard_shortcuts.sql | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/keyboard_shortcuts.sql b/installer/data/mysql/mandatory/keyboard_shortcuts.sql >index 604fc6ff94..25af7953f7 100644 >--- a/installer/data/mysql/mandatory/keyboard_shortcuts.sql >+++ b/installer/data/mysql/mandatory/keyboard_shortcuts.sql >@@ -32,4 +32,8 @@ INSERT INTO keyboard_shortcuts (shortcut_name, shortcut_keys) VALUES > ("line_break","Shift-Enter"), > ("next_position","Tab"), > ("prev_position","Shift-Tab"), >- ("toggle_keyboard", "Shift-Ctrl-K"); >+ ("toggle_keyboard", "Shift-Ctrl-K"), >+ ("copy_line","Ctrl-C"), >+ ("copy_subfield","Shift-Ctrl-C"), >+ ("paste_line","Ctrl-P"), >+ ("insert_line","Ctrl-I"); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17179
:
65090
|
67817
|
68675
|
85396
|
86025
|
86041
|
92406
|
93601
|
93602
|
93676
|
93677
|
93857
|
93858
|
93861
|
93897
|
93898
|
93899