doc: begin slides

This commit is contained in:
eneller
2026-02-06 13:23:55 +01:00
parent df6908995b
commit f88e9ed3ae
3 changed files with 28 additions and 4 deletions

21
doc/slides.Rmd Normal file
View File

@@ -0,0 +1,21 @@
---
title: "On-Screen Keyboard Layout Study"
subtitle: "Human-Computer Interfaces"
date: "`r Sys.Date()`"
output: beamer_presentation
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## Implementation
![tauri](images/tauri.png)
## Keyboard Design - Qwerty
![qwerty](images/qwerty-pic.png)
## Keyboard Design - Dvorak
![dvorak](images/dvorak-pic.png)
## Keyboard Design - Circle
![circle](images/circle-pic.png)