Re: Krusader - [Shift + Delete] and SFTP

2007-09-04 Thread Zbigniew Komarnicki
On Sunday 02 of September 2007 23:23:16 Mel wrote:
 Part of unix history:
 ctrl-c in consoles is the default SIGINT (interrupt) signal,
 ctrl-v is used type literal escaped chars

 hence, copying is done with shift+insert/delete.
 As for the keybindings and your second problem, that's application specific
 and since I don't use krusader I can't help ya there.

Thank you very much :-) 

I known that. It is true for console but for GUI not always. For example in 
kate editor under KDE, Ctrl+D means insert comment, but on console means end 
of file. So it is different for different programs.

Thank you again.

Maybe some others people who use krusader have the same problem as I have or 
this is only specific for my installation of  krusader?

Best regards,
Zbigniew  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Krusader - [Shift + Delete] and SFTP

2007-09-02 Thread Zbigniew Komarnicki
Hello,

I have two problems:

1. Problem
===
I want to ask, how to set in Krusader 1.80.0 key binding or action such:
[Shift] + [Delete] - delete file permanently

This is not default under FreeBSD, why?

On the page:
http://krusader.sourceforge.net/handbook/basic.html#deleting
I'm reading that:
Deleting files/directories is done by selecting them and pressing F8 or 
Delete. By defaultit will be moved to KDE's Trash, Shift+Delete will delete 
the file permanently.

But when I'm looking on shortcat in Krusader in FreeBSD:
Settings - Configure Shortcuts
and then
Action  ShortcutAlternate
Cut to Clipboard   Ctrl+X   Shift+Delete
Delete  F8

Why this is that done, that [Shift+ Delete] is binding to action Cut to 
Clipboard?

I also cannot find option as Delete permanently. Of course I can reasign 
Shift+Delete to action Delete as alternace shortcut, but this don't delete 
file permanently, but move file to Trash.

I can only delete file permanently from poupmenu, where there are two option:
Delete and Move to Trash (and others of course).

2. Problem
=
Why I cannot connect by ssh (sftp) to other machine? Under Debian I can.
Please check what I am trying to do:
Tools - New Net Connections ...
then
Protocol: sftp://
Host: a.b.c.d
Port: 22
user and password and then click Connect. 
Then I obtain:
Error encountered while talking to ssh.
and then I obtain second error:
Unknown error
Error encountered while talking to ssh.

It only work when I connect by protocol fish://
Why? Why protocol sftp://; does not work?
As I mention earlier under Linux it work.

I'm sorry for my English, and I'm sorry for the details, but it should work 
exactly as stated in Krusader handbook, no mater what this is Linux or Unix 
it should works as expected.

Please for help with this issues or comments, why this is that.

I'm using FreeBSD 6.2, Krusader from ports (x11-fm/krusader).

Best regards,
Zbigniew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Krusader - [Shift + Delete] and SFTP

2007-09-02 Thread Mel
On Sunday 02 September 2007 23:07:26 Zbigniew Komarnicki wrote:
 Hello,

 I have two problems:


 Action  ShortcutAlternate
 Cut to Clipboard   Ctrl+X   Shift+Delete
 Delete  F8

 Why this is that done, that [Shift+ Delete] is binding to action Cut to
 Clipboard?

Part of unix history:
ctrl-c in consoles is the default SIGINT (interrupt) signal,
ctrl-v is used type literal escaped chars

hence, copying is done with shift+insert/delete.
As for the keybindings and your second problem, that's application specific 
and since I don't use krusader I can't help ya there.

-- 
Mel

People using reply to all on lists, must think I need 2 copies.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]