Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d322809682 | |||
| 6b37fd299f |
@@ -14,7 +14,6 @@ Segnapunti digitale in tempo reale per partite di pallavolo. Un server centrale
|
||||
- [Architettura](#architettura)
|
||||
- [Guida utente](#guida-utente)
|
||||
- [Funzionalità](#funzionalità)
|
||||
- [Shortcuts tastiera](#shortcuts-tastiera)
|
||||
- [Deploy con Docker](#deploy-con-docker)
|
||||
- [Sviluppo](#sviluppo)
|
||||
- [Test](#test)
|
||||
@@ -111,25 +110,6 @@ http://<IP-del-server>:3000/controller
|
||||
|
||||
---
|
||||
|
||||
## Shortcuts tastiera
|
||||
|
||||
> Valide sul controller da browser desktop.
|
||||
|
||||
| Tasto | Azione |
|
||||
|---|---|
|
||||
| `Ctrl + ↑` | Punto casa |
|
||||
| `Ctrl + ↓` | Annulla ultimo punto |
|
||||
| `Shift + ↑` | Punto ospite |
|
||||
| `Ctrl + ←` | Cambia servizio (solo a 0-0) |
|
||||
| `Ctrl + M` | Apri configurazione |
|
||||
| `Ctrl + C` | Cambi squadra casa |
|
||||
| `Shift + C` | Cambi squadra ospite |
|
||||
| `Ctrl + Z` | Toggle punteggio / formazioni |
|
||||
| `Ctrl + S` | Annuncio vocale punteggio |
|
||||
| `Ctrl + B` | Mostra/nascondi barra pulsanti |
|
||||
| `Ctrl + F` | Fullscreen |
|
||||
|
||||
---
|
||||
|
||||
## Deploy con Docker
|
||||
|
||||
|
||||
@@ -267,6 +267,14 @@ export default {
|
||||
doReset() {
|
||||
this.sendAction({ type: 'resetta' })
|
||||
this.confirmReset = false
|
||||
this.configData = {
|
||||
nomeHome: this.state.sp.nomi.home,
|
||||
nomeGuest: this.state.sp.nomi.guest,
|
||||
modalita: this.state.modalitaPartita,
|
||||
formHome: ["1", "2", "3", "4", "5", "6"],
|
||||
formGuest: ["1", "2", "3", "4", "5", "6"],
|
||||
}
|
||||
this.showConfig = true
|
||||
},
|
||||
undoUltimoPoint() {
|
||||
this.sendAction({ type: 'decPunt' })
|
||||
|
||||
Reference in New Issue
Block a user