Searched refs:alt_held (Results 1 – 2 of 2) sorted by relevance
174 bool alt_held = event.IsAltDown(); in HandleAfterKeyEvent() local175 model_->AcceptInput(alt_held ? NEW_FOREGROUND_TAB : CURRENT_TAB, false); in HandleAfterKeyEvent()
1189 bool alt_held = (event->state & GDK_MOD1_MASK); in HandleKeyPress() local1190 model_->AcceptInput(alt_held ? NEW_FOREGROUND_TAB : CURRENT_TAB, false); in HandleKeyPress()