Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a Contiguous Block of Items #2056

Closed
PaltryProgrammer opened this issue Aug 10, 2022 · 14 comments · Fixed by #2061
Closed

Remove a Contiguous Block of Items #2056

PaltryProgrammer opened this issue Aug 10, 2022 · 14 comments · Fixed by #2061
Labels
feature New feature request

Comments

@PaltryProgrammer
Copy link

PaltryProgrammer commented Aug 10, 2022

Greetings Kind Regards I was not able to find a means to remove a block of items. If not currently provided I request same or instructions if otherwise.

@PaltryProgrammer PaltryProgrammer added the feature New feature request label Aug 10, 2022
@dbareis
Copy link

dbareis commented Aug 10, 2022

I think you better show a picture or provide a better explanation of what you mean. If you mean multiple clipboard items then that is just selection and the delete key or any number of variations of that.

@PaltryProgrammer
Copy link
Author

I merely wish to remove a contiguous block of entries. I know how to remove a single entry i.e. to wit in particular to be specific right click -> Remove/Del but e.g. if one-hundred contiguous entries how are they all selected as a block so that a single Del is all that is necessary - Kind Regards

@dbareis
Copy link

dbareis commented Aug 11, 2022

I merely wish to remove a contiguous block of entries. I know how to remove a single entry i.e. to wit in particular to be specific right click -> Remove/Del but e.g. if one-hundred contiguous entries how are they all selected as a block so that a single Del is all that is necessary - Kind Regards

That is standard selection for the OS, on Windows with mouse:

  1. Select start/end (mouse click)
  2. Shift Click on opposite end
  3. Delete

@PaltryProgrammer
Copy link
Author

The difficulty I am having and the reason for my post is the standard OS method for block selection results in a paste operation upon step 1. Of course I wish to avoid same. I should have stated this at outset. Thank You Kindly

@dbareis
Copy link

dbareis commented Aug 11, 2022

The difficulty I am having and the reason for my post is the standard OS method for block selection results in a paste operation upon step 1. Of course I wish to avoid same. I should have stated this at outset. Thank You Kindly

Well that doesn't happen here on Windows 11 & copyq 6.0.1.

FYI: Unless you are James Bond there is no reason to remove almost all context from your questions or responses or subject line...

@PaltryProgrammer
Copy link
Author

How can it not happen as mouse click is all that is necessary to paste. As for the truncated subject line that was a typing error which I do not know how to correct. The James Bond reference I do not understand. - Cheerio

@fade2gray
Copy link

@PaltryProgrammer

As for the truncated subject line that was a typing error which I do not know how to correct.

FYI: To the right of the subject line is an Edit button.

The reference to James Bond probably infers that you are being 'secretive'. ¯\(ツ)

@PaltryProgrammer PaltryProgrammer changed the title Remove a Remove a Contiguous Block of Items Aug 11, 2022
@hluk
Copy link
Owner

hluk commented Aug 20, 2022

The difficulty I am having and the reason for my post is the standard OS method for block selection results in a paste operation upon step 1.

Did you enable "Activate item with single click" option (in History tab in Preferences dialog)? That could be the problem.

@dbareis
Copy link

dbareis commented Aug 20, 2022

The difficulty I am having and the reason for my post is the standard OS method for block selection results in a paste operation upon step 1.

Did you enable "Activate item with single click" option (in History tab in Preferences dialog)? That could be the problem.

@hluk
Surely that would be a bug if it doesn't detect the modifier keys?

@hluk
Copy link
Owner

hluk commented Aug 21, 2022

Surely that would be a bug if it doesn't detect the modifier keys?

Fixing (#2061).

@hluk hluk closed this as completed in d093555 Aug 21, 2022
@PaltryProgrammer
Copy link
Author

Thank You for your kind assistance. Yes single-click-activate was enabled. I prefer single-click as I hate double-clicking. It would be nice if selection for deletion can be performed via right-click. Also I noticed the "single-click-activate" check box can be set to three states i.e. to wit in particular to be specific as indicated by [0] empty box [1] check mark [2] solid black square. May I please inquire the meaning of [2] i.e. to wit solid black square. Thank You Kindly - Cheerio

@hluk
Copy link
Owner

hluk commented Aug 22, 2022

Yes single-click-activate was enabled. I prefer single-click as I hate double-clicking. It would be nice if selection for deletion can be performed via right-click.

I have fixed it so multiple items can be always selected with Shift/Ctrl. Right click is reserved for context menu.

Also I noticed the "single-click-activate" check box can be set to three states i.e. to wit in particular to be specific as indicated by [0] empty box [1] check mark [2] solid black square.

I have also fixed this - the checkbox should have only two states.

@PaltryProgrammer
Copy link
Author

Thank You for your Kind response Perhaps I should have elaborated i.e. to wit my meaning re/ selection via right-click is "Select" would appear in the Context Menu. Further may I please inquire the meaning of Shift/Ctrl as stated above i.e. to wit does it mean (Shift+left-click and Ctrl+left-click) or Shift+Ctrl+left-click - Thank You Kindly

@hluk
Copy link
Owner

hluk commented Aug 22, 2022

Perhaps I should have elaborated i.e. to wit my meaning re/ selection via right-click is "Select" would appear in the Context Menu.

This is not going to happen. I prefer supporting a more standard way of selecting items.

Further may I please inquire the meaning of Shift/Ctrl as stated above i.e. to wit does it mean (Shift+left-click and Ctrl+left-click) or Shift+Ctrl+left-click

Yes, if you hold Shift or Ctrl the left mouse button should select items without activating/pasting them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants