Changes between Initial Version and Version 37 of Ticket #21


Ignore:
Timestamp:
01/11/14 15:47:20 (10 years ago)
Author:
ossi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21

    • Property Status changed from new to reopened
    • Property Severity changed from to no branch
    • Property Reporter changed from slavazanko to ossi
    • Property Cc sbrabec@…, powerman-asdf@… added
    • Property Type changed from defect to task
    • Property Version changed from to master
    • Property Branch state changed from to no branch
    • Property Milestone changed from to future releases
    • Property Owner set to iNode
  • Ticket #21 – Description

    initial v37  
    77||Release:||current (CVS or snapshot)||Operating System:||GNU/Linux|| 
    88 
    9 Discussion: 
     9Original submission: 
    1010{{{ 
    11 Wed 29 Mar 2006 12:54:13 PM UTC, comment #2: 
     11in the linux console with a german keyboard layout, one is unable  
     12to get to the directory hotlist via ctrl-\. 
     13in this layout, \ is altgr-ß (equivalent to ralt-= on an american  
     14keyboard). i suspect that mc refuses to activate the hotkey,  
     15because it finds ralt to be pressed. 
     16this behavior is new in mc 4.6.  
     17}}} 
    1218 
     19Comment 1 by Oswald Buddenhagen <ossi> at Wed 21 Sep 2005 05:19:41 PM UTC: 
     20{{{ 
     21i came up with this hack - it just makes the right alt key not be  
     22recognized as an alt key at all. 
     23i have no idea how to fix it properly - one'd have to ask the  
     24keymap whether the ralt is part of the keycode or an additional  
     25modifier. 
     26hard-coding exceptions activated after a keymap query might work,  
     27but is utterly ugly. well, the code already has similar hacks to  
     28accomodate all types of terminals ... 
     29}}} 
     30 
     31Comment 2 by Roland Eggner <robiol262> at Wed 29 Mar 2006 12:54:13 PM UTC: 
     32{{{ 
    1333I found a partial solution: 
    1434Ctrl+4 (left ctrl key + "4" on main part of keyboard) 
     
    2545have no keybinding for accessing the hotlist. 
    2646Only "add to hotlist" Ctrl-X H works. 
    27         Roland Eggner <robiol262> 
    28 Wed 21 Sep 2005 05:19:41 PM UTC, comment #1: 
    29  
    30 i came up with this hack - it just makes the right alt key not be  
    31 recognized as an alt key at all. 
    32 i have no idea how to fix it properly - one'd have to ask the  
    33 keymap whether the ralt is part of the keycode or an additional  
    34 modifier. 
    35 hard-coding exceptions activated after a keymap query might work,  
    36 but is utterly ugly. well, the code already has similar hacks to  
    37 accomodate all types of terminals ... 
    38         Oswald Buddenhagen <ossi> 
    39 Mon 11 Jul 2005 04:00:03 PM UTC, original submission: 
    40  
    41 in the linux console with a german keyboard layout, one is unable  
    42 to get to the directory hotlist via ctrl-\. 
    43 in this layout, \ is altgr-ß (equivalent to ralt-= on an american  
    44 keyboard). i suspect that mc refuses to activate the hotkey,  
    45 because it finds ralt to be pressed. 
    46 this behavior is new in mc 4.6.  
    4747}}}