LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-01-2020, 01:37 PM   #1
burgas
LQ Newbie
 
Registered: Sep 2020
Posts: 22

Rep: Reputation: Disabled
Question Need two Linux software - for handle 5-button mouse click and full screen editor over SCP


Hi, gays. I have two big problem for working in Linux desktop (KDE). Usually I use OpenSuse as my desctop machine.

First problem I need a mouse handle program as Windows X-Mouse. I usually have 5-mouse button and assign to button CRTL-C and CTRL-V, but KDE not know anything about 5-button mouse.

And second my problem I need a program as WinSCP, for edit various remote file in servers by SCP and full screen GUI.
 
Old 11-02-2020, 09:41 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
burgas,

1. Try easystroke:

https://www.linuxlinks.com/easystroke/

https://sourceforge.net/projects/easystroke/

https://classicforum.manjaro.org/index.php?topic=2676.0


2. Although it is no longer updated gFTP works fine as an equivalent to WinSCP:

https://www.linuxhelp.com/how-to-install-gftp-on-ubuntu

Last edited by beachboy2; 11-02-2020 at 09:54 AM.
 
1 members found this post helpful.
Old 11-02-2020, 05:07 PM   #3
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
2. I use SciTE instead to the integrated editor in WinSCP. SciTE runs on both windows and Linux, so I don’t have to adjust when my desktop changes.
 
1 members found this post helpful.
Old 11-05-2020, 11:08 PM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Re winscp replacement, there's a list here https://www.ubuntupit.com/best-linux...r-linux-geeks/.
I've tended to use FileZilla in the past if I need a GUI.
 
1 members found this post helpful.
Old 11-06-2020, 12:17 PM   #5
burgas
LQ Newbie
 
Registered: Sep 2020
Posts: 22

Original Poster
Rep: Reputation: Disabled
FileZilla is a great program, I agree. But it don't know anything about SCP, FileZilla use only SFTP. SFTP more advanced protocol than SCP, but SCP usually present always without any tuning (if you check on SSH during installation). And, of course, WinSCP use more protocols to connect to remote server, like WedDav for Windows of Amazon S3 and more. But in practice with FTP protocol Filezilla working faster, because you can create a lot of download/upload thread.
 
Old 11-06-2020, 01:29 PM   #6
burgas
LQ Newbie
 
Registered: Sep 2020
Posts: 22

Original Poster
Rep: Reputation: Disabled
correct URL for easystroke for OpenSuse is https://software.opensuse.org/packag...erm=easystroke
but after half of hour I still don't understand how this program working
I define three additional button, OK
and what next, how to assign to this button standard keyboard combination Crtl-C and Ctrl-V ?
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2020-11-06 21.25.35.jpg
Views:	7
Size:	173.5 KB
ID:	34503   Click image for larger version

Name:	Screenshot from 2020-11-06 21.24.28.jpg
Views:	8
Size:	172.0 KB
ID:	34504  
 
Old 11-06-2020, 07:13 PM   #7
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
“Standard” keystrokes work out of the box in SciTE...just sayin’

I will admit I haven’t bothered to figure out how to open, edit and save a remote file with FileZilla, as can be done with WinSCP...but I still do most of my web programming maintenance in my Windows desktop...I can and do use FileZilla to download a file, edit it with SciTE, and upload to the server.

I use nano via ssh at the command line for “minor” maintenance like updating spam blocking config files.
 
Old 11-07-2020, 05:58 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by burgas View Post
Hi, gays.
If you meant guys: that refers to males. Not all people here are male. Please keep that in mind.
If you meant gays: that refers to homosexuals. Not all people here are homosexual. Please keep that in mind.
 
1 members found this post helpful.
Old 11-07-2020, 09:16 AM   #9
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
burgas,

Another route is to install xbindkeys:

Code:
sudo apt install xbindkeys xbindkeys-config xautomation x11-utils
https://blog.hanschen.org/2009/10/13...ith-xbindkeys/

Bind the mouse buttons using either the command line and xbindkeys or graphically with xbindkeys-config.

https://askubuntu.com/questions/1522...logitech-mouse
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer detecting right-click as left-click, left-click as left-click and middle with 2 fingers pressed as right-click Festerdam Linux - Newbie 5 06-19-2017 05:41 PM
Mouse click on monitor 1 kills full-screen in flash on monitor 2. Can this be fixed? damgar Linux - Software 12 02-23-2010 11:39 PM
make thumb button/third button double-click taboom Linux - Hardware 0 03-20-2006 02:39 PM
scripting a mouse movement and click & mozilla full screen kingshrimp Linux - Software 2 11-26-2003 07:02 AM
middle mouse button is paste.. but what if i dont have a mid mouse button? kublador Linux - Newbie 4 09-02-2003 08:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration