After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765532 - Ctrl-X (Cut) is missing from keyboard shortcuts
Ctrl-X (Cut) is missing from keyboard shortcuts
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Documentation
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-25 12:08 UTC by Pedro Beja
Modified: 2016-06-20 13:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
no cut shortcut (46.61 KB, image/png)
2016-04-25 12:08 UTC, Pedro Beja
  Details
add missing cut shortcut to the list (899 bytes, patch)
2016-04-26 20:39 UTC, Pedro Beja
none Details | Review
add missing cut shortcut to keyboard shortcut list (1.28 KB, patch)
2016-05-30 13:05 UTC, Pedro Beja
none Details | Review
add missing shortcut for cut (1.34 KB, patch)
2016-06-08 22:19 UTC, Pedro Beja
none Details | Review
help-overlay: add missing shortcut for cut (1.34 KB, patch)
2016-06-17 13:28 UTC, Pedro Beja
committed Details | Review

Description Pedro Beja 2016-04-25 12:08:48 UTC
Created attachment 326681 [details]
no cut shortcut

Hi,

nautilus/src/resources/gtk/help-overlay.ui doesn't list the Ctrl+X (cut) shortcut.

pls see attach.

thanks
regards
Pedro Beja
Comment 1 Pedro Beja 2016-04-26 20:39:52 UTC
Created attachment 326803 [details] [review]
add missing cut shortcut to the list
Comment 2 Ernestas Kulik 2016-05-27 09:29:21 UTC
Review of attachment 326803 [details] [review]:

Hi, Pedro, thanks for your patch!

The changes themselves look good to me, however, there is no commit message.
A commit message is very useful in that it communicates the changes to other developers without needing to peruse them.

We have guidelines for writing one, as well: https://wiki.gnome.org/Newcomers/CodeContributionWorkflow#Commit_guidelines

Sorry for the long wait!
Comment 3 Pedro Beja 2016-05-27 20:53:53 UTC
Comment on attachment 326803 [details] [review]
add missing cut shortcut to the list

From 20ea6d6a232028d3a1b5622fd1f499f5e324cedf Mon Sep 17 00:00:00 2001
From: Pedro Beja <althaser@gmail.com>
Date: Fri, 27 May 2016 21:41:27 +0100
Subject: [PATCH 1/1] add a forgotten cut shortcut

---
 src/resources/gtk/help-overlay.ui | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/resources/gtk/help-overlay.ui b/src/resources/gtk/help-overlay.ui
index a29fadb..1ef043a 100644
--- a/src/resources/gtk/help-overlay.ui
+++ b/src/resources/gtk/help-overlay.ui
@@ -324,6 +324,13 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
+                <property name="title" translatable="yes" context="shortcut window">Cut</property>
+                <property name="accelerator">&lt;Primary&gt;X</property>
+              </object>
+            </child>
+	    <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">True</property>
                 <property name="title" translatable="yes" context="shortcut window">Copy</property>
                 <property name="accelerator">&lt;Primary&gt;C</property>
               </object>
-- 
2.8.1
Comment 4 Carlos Soriano 2016-05-30 08:39:59 UTC
Hey Pedro,

Seems you didn't update the patch, or at least the commit message is still missing. Also remember to use the format:
https://wiki.gnome.org/Newcomers/CodeContributionWorkflow#Commit_guidelines

Thanks!
Comment 5 Pedro Beja 2016-05-30 13:05:37 UTC
Created attachment 328726 [details] [review]
add missing cut shortcut to keyboard shortcut list
Comment 6 Pedro Beja 2016-05-30 13:09:09 UTC
Hey Carlos,

thanks for your reply.

Well I attached a newer patch with commit message already.

thanks :)
regards
Pedro
Comment 7 Ernestas Kulik 2016-06-07 18:11:29 UTC
Review of attachment 328726 [details] [review]:

This is better, but not quite yet what we are looking for.

In the subject line, you should add the “component” that the commit is against (e.g. “help-overlay: add missing shortcut for cut”).
The body should consist of briefly explaining the problem and what has been done to fix it.

Consider something like “The shortcut for ‘cut’ was missing from the shortcut list. This commit adds it.”.
Comment 8 Pedro Beja 2016-06-08 22:19:47 UTC
Created attachment 329424 [details] [review]
add missing shortcut for cut

thanks Ernestas
Comment 9 Ernestas Kulik 2016-06-09 08:26:32 UTC
Review of attachment 329424 [details] [review]:

Okay, it’s fine if you want to use my examples, but one last thing.
What I meant was replacing the subject line
>nautilus: add missing shortcut for cut
with
>help-overlay: add missing shortcut for cut
Comment 10 Pedro Beja 2016-06-17 13:28:00 UTC
Created attachment 329955 [details] [review]
help-overlay: add missing shortcut for cut
Comment 11 Ernestas Kulik 2016-06-20 13:43:29 UTC
Attachment 329955 [details] pushed as efacc0a - help-overlay: add missing shortcut for cut
Comment 12 Ernestas Kulik 2016-06-20 13:44:56 UTC
Thanks, Pedro, and sorry for being so hard.
Hope to see more of your contributions!