Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Add mouse buttons to keyboard shortcuts

Abierto
#182 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
haskell
Área
desktop

Línea de trabajo

Read the original request in issue 180, then inspect ./config/config.dhall and the existing keyboard shortcut configuration. Confirm how mouse button names such as KEY_BUTTON_LEFT and KEY_BUTTON_XBUTTON1 are represented, and finish when the requested buttons can trigger configured actions including browser-tab switching with Control+PgUp/PgDn.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

See https://github.com/SimulaVR/Simula/issues/180 for original request. @jfrconley

We're working on a solution now that will allow us to add

  , { _keyCombination = ["KEY_BUTTON_LEFT"]                    , _keyAction = "clickLeft"        }
  , { _keyCombination = ["KEY_BUTTON_RIGHT"]                   , _keyAction = "clickRight"       }
  , { _keyCombination = ["KEY_BUTTON_MIDDLE"]                 , _keyAction = "clickMiddle"       }
  , { _keyCombination = ["KEY_BUTTON_WHEEL_UP"]           , _keyAction = "scrollUp"              }
  , { _keyCombination = ["KEY_BUTTON_WHEEL_DOWN"      , _keyAction = "scrollDown"                }
  , { _keyCombination = ["KEY_BUTTON_XBUTTON1"]            , _keyAction = "...something else..." }
  , { _keyCombination = ["KEY_BUTTON_XBUTTON2"]            , _keyAction = "...something else.."  }

to ./config/config.dhall. The intended use case in this instance is to allow KEY_BUTTON_XBUTTON1 and KEY_BUTTON_XBUTTON2 to send Control +PgUp/PgDn (to switch browser tabs).

Lenguaje dominante
Haskell
Estrellas
3.2k
Forks
111
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de SimulaVR/Simula

Todos los issues de SimulaVR/Simula

Issues similares

Más issues de Haskell

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.