SYS : catch the shift+tab event

This commit is contained in:
2011-09-04 12:08:48 +02:00
parent 0e6c34d2a0
commit 1b3dd3ce98
3 changed files with 5 additions and 3 deletions

View File

@@ -968,7 +968,7 @@ void BufferText::AddChar(char * UTF8data)
m_EdnBuf.Insert(m_cursorPos, tmpVect);
SetInsertPosition(m_cursorPos+1, true);
} else {
if (true == globals::IsSetCtrl() ) {
if (true == globals::IsSetShift() ) {
m_cursorPos = m_EdnBuf.UnIndent(SELECTION_PRIMARY);
} else {
m_cursorPos = m_EdnBuf.Indent(SELECTION_PRIMARY);