Search found 21 matches

by david
Oct 21st, ’21, 20:27
Forum: Suggestions
Topic: Volume control with second display
Replies: 1
Views: 815

Volume control with second display

Hello! I have a second external display (monitor) and I am checking that changing the volume with the mouse wheel is now added on the external display, not on the main display. I have configured windows that my external display is "at the right" of my main display, so maybe that is why it ...
by david
Jul 3rd, ’18, 00:54
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

I saw that Sigil has some bugs. I have seen that whenever I delete a non-newline character, whenever I paste it to notepad, it is pasted without any newline character at all. So, maybe this is why it is not working fine. Anyways, unfortunately I am stuck with this editor. Also, I tried what you sugg...
by david
Jul 1st, ’18, 18:02
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

Thanks for the help!

In here, more than selecting two characters or anything like that, seems that the check condition if the copied character is a new line is not being triggered correctly :(
by david
Jun 28th, ’18, 21:52
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

Sorry to ask for another thing. I found out that using this takes out italics, underline, etc that I have previously on the text that is being manipulated. So, back to square one. The script you created is awesome and works great, but unfortunately I need a more manual solution, which is for now, to...
by david
Jun 28th, ’18, 17:20
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

wow, you are the man Marko! Thanks so much for your help! ;)
by david
Jun 27th, ’18, 21:57
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

Seems I could make some progress :) Here is what I have now: StringReplace, Clipboard, Clipboard, `r`n`r`n, %A_Space%, All This works fine, the only problem is that it takes from the clipboard so I have to modify it to suit my needs. So, I go back to the original code and modify, which is: send {End...
by david
Jun 27th, ’18, 19:37
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

Seems somehow that Sigil (the editor) is not the problem. For example, I executed your script in Sigil and here is the result: http://share.epiclemon.com/sZdj I did the same thing in a simple notepad and the same result: http://share.epiclemon.com/sZfw Here is what I really need: http://share.epicle...
by david
Jun 25th, ’18, 21:03
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

I am trying to remove unwanted format from the text. So, for example, this is what I have: http://share.epiclemon.com/sWmS which basically has a newline at the end and added spacing, so I need this: http://share.epiclemon.com/sXRO. Basically what I was doing before is taking that space out by pressi...
by david
Jun 25th, ’18, 19:51
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

The program is called Sigil, which is an epub creator. For example, when I select a text like this http://share.epiclemon.com/sXbJ it is pasted like this, so it is really a newline. Don't know why it does not work.

totalidad

del
by david
Jun 25th, ’18, 16:22
Forum: General Discussion
Topic: Conditional delete
Replies: 18
Views: 8138

Re: Conditional delete

Unfortunately it does not :(

When having a new line, it stops since it does not recognises it correctly and keeps it selected like this: http://share.epiclemon.com/sU6C

What do you suggest?

Thanks a lot for your help.