mirror of https://github.com/liamg/aminal.git
Update input.go
This commit is contained in:
parent
7e20322041
commit
367edf6ffe
|
@ -15,8 +15,8 @@ func (gui *GUI) key(w *glfw.Window, key glfw.Key, scancode int, action glfw.Acti
|
||||||
switch true {
|
switch true {
|
||||||
case mods&glfw.ModControl > 0:
|
case mods&glfw.ModControl > 0:
|
||||||
|
|
||||||
if mods&glfw.ModAlt > 0 {
|
if mods&glfw.ModShift > 0 {
|
||||||
// ctrl + alt +
|
// ctrl + shift +
|
||||||
switch key {
|
switch key {
|
||||||
case glfw.KeyV:
|
case glfw.KeyV:
|
||||||
// todo handle both these errors
|
// todo handle both these errors
|
||||||
|
|
Loading…
Reference in New Issue