Ctrl + Q Alt + Q
This commit is contained in:
@@ -850,6 +850,16 @@ void WindowCommand(Event event, Window *window, View *view) {
|
||||
GoBackToLastCrumb();
|
||||
}
|
||||
|
||||
if (Ctrl(SDLK_Q)) {
|
||||
Int p = GetFront(view->carets[0]);
|
||||
Range enclose = EncloseLoadWord(buffer, p);
|
||||
String16 string = GetString(*buffer, enclose);
|
||||
Open(string);
|
||||
}
|
||||
if (Alt(SDLK_Q)) {
|
||||
GoBackToLastCrumb();
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Vec2I mouse = MouseVec2I();
|
||||
|
||||
Reference in New Issue
Block a user