equal
deleted
inserted
replaced
1026 TPresetName preset = GetHighlightedPresetInListBox(); |
1026 TPresetName preset = GetHighlightedPresetInListBox(); |
1027 DeleteEqrPresetL(listBoxIndex, preset); |
1027 DeleteEqrPresetL(listBoxIndex, preset); |
1028 } |
1028 } |
1029 return EKeyWasConsumed; |
1029 return EKeyWasConsumed; |
1030 } |
1030 } |
1031 else if ( aKeyEvent.iCode == EKeyEnter ) |
1031 else if ( aKeyEvent.iCode == EKeyEnter || |
|
1032 aKeyEvent.iCode == EKeyDevice3 ) //Rocker Key pressed |
1032 { |
1033 { |
1033 const TInt index = iListBox->CurrentItemIndex(); |
1034 const TInt index = iListBox->CurrentItemIndex(); |
1034 TPresetName preset = GetHighlightedPresetInListBox(); |
1035 TPresetName preset = GetHighlightedPresetInListBox(); |
1035 ActivateEqrPresetL(index, preset); |
1036 ActivateEqrPresetL(index, preset); |
1036 return EKeyWasConsumed; |
1037 return EKeyWasConsumed; |