Coder Social home page Coder Social logo

ggkeyboard's People

Contributors

boltomli avatar jameslairdsmith avatar matt-dray avatar oganm avatar sharlagelfand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ggkeyboard's Issues

Change key mapping

Question: how would you recommend changing the keyboard's key mapping?

Thanks!

Suggestion: Full-sized keyboards!

First off, this is AWESOME, thank you for building this. I started adding keys for the numpad but realized halfway through that a height param isn't in place, so I don't think it'd be possible to do a 2x tall key right now, is that the case? Here's what I was working on.

library(ggkeyboard)
library(tidyverse)

test <- tibble::tribble(
  ~key, ~row, ~width, ~number, ~key_label, ~key_type,
  NA, 5, .25, 20, NA,NA,
  "NumLock", 5, 1, 21, "Num\nLock","modifier",
  "/", 5, 1, 22, "/","modifier",
  "*", 5, 1, 23, "*","modifier",
  "-", 5, 1, 24, "-","modifier",
  
  NA, 4, .25, 20, NA,NA,
  "7side", 4, 1, 21, "7","alphanumeric",
  "8side", 4, 1, 22, "8","alphanumeric",
  "9side", 4, 1, 23, "9","alphanumeric",
  "+side", 4, 1, 24, "+","modifier",
  
  NA, 3, .25, 20, NA,NA,
  NA, 3, 1, 21, NA,NA,
  NA, 3, 1, 22, NA,NA,
  NA, 3, 1, 23, NA,NA,
  NA, 3, .25, 20, NA,NA,
  "4side", 3, 1, 24, "4","alphanumeric",
  "5side", 3, 1, 25, "5","alphanumeric",
  "6side", 3, 1, 26, "6","alphanumeric",
  
  NA, 2, .25, 20, NA,NA,
  NA, 2, 1, 21, NA,NA,
  "1side", 2, 1, 22, "1","alphanumeric",
  "2side", 2, 1, 23, "2","alphanumeric",
  "3side", 2, 1, 24, "3","alphanumeric",
  "Enterside", 2, 1, 24, "Enter","modifier",
  
  NA, 1, .25, 20, NA,NA,
  "0side", 1, 2, 22, "0","alphanumeric",
  ".side", 1, 1, 23, ".","alphanumeric"
)

tkl_mod <- ggkeyboard::tkl %>% 
  dplyr::add_row(test)

ggkeyboard(data = tkl_mod)

image

Incorrect symbols on keys 5 to 7 (alphanumeric row)

Problem

I think there's an error with symbols on keys 5 to 7 in the alphanumeric row. This appears for all keyboard types except steno. You can see it in the images in the README file. They read:

$ % ^
5 6 7

Basically there's a repetition of $ and & is missing. It should look like this, as per Wikipedia:

% ^ &
5 6 7

Proposed solution

I think the the key_label column in each of the .rda files in data/ (apart from steno) need to be updated.

I'll raise a pull request shortly with these changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.