ssdtrdhinesh / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

update default hotkey for FocusActiveSession #447

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ssh into a server
2. launch bash
3. type set -o emacs
4. type set -o emacs, then Ctrl-A, then Alt-f

What is the expected output? What do you see instead?
Expected, cursor move to end of 'set'
Seen: first alt-f does nothing, next one inserts an 'f' char

What version of the product are you using? On what operating system?
1.4.0.4, Win7 x64

Please provide any additional information below.
Changing hotkey to Ctrl-alt-f did it for me.

Original issue reported on code.google.com by mathias....@gmail.com on 29 Jul 2014 at 11:44