Coder Social home page Coder Social logo

arduino-keyboard-fr's People

Contributors

matthgyver avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

hanteed

arduino-keyboard-fr's Issues

Caractères accentués non pris en compte

Je n'arrive pas à faire fonctionner cette bibliothèque. Dès que je mets un caractère accentué dans Keybord.print la ligne entière n'est pas envoyée.
Le sketch ci-dessous tappe "hello world" alors qu'il devrait tapper "hello élève world":

`#include <KeyboardFR.h>

void setup()
{
delay(4000);
Keyboard.print("hello ");
Keyboard.print("élève ");
Keyboard.print("world");
}
void loop() {}`

Impossible d'utiliser le CAPS LOCK

J'essaie de remapper le code pour pouvoir faire fonctionner le caps lock mais impossible chez moi.
Mes connaissances dans le sujet sont limitées malheureusement je tatone mais je n'ai rien de probant pour fixer ce problème.

ENTER et CTRL interprété en caractères

Salut ,

merci pour le travail, c'est génial !!!

j'ai un petit problème cependant , lors de l'utilisation de la commande ENTER ou CTRL dans mon script wifiducky.

quand la commande else if (b.equals("CTRL")) Keyboard.press(KEY_LEFT_CTRL); est demandé c'est le symbole € qui est interprété,
quand la commande (b.equals("ENTER")) Keyboard.press(KEY_RETURN); est demandé c'est le symbole ° qui est interprété,

c'est dommage car toutes les autres touches semble fonctionner ,
mais je pense que le problème vient du bind des touches dans KeyboardFR.h , car quand je change la valeur il m'affiche un autre caractères mais je n'arrive pas à trouver le bon layout de clavier qui correspond,

si jamais tu as la solution je suis preneur

print ° instead of enter, and shift key stay locked even when unplugging the leonardo

Keyboard.press(KEY_LEFT_GUI);
Keyboard.releaseAll();
delay(100);
Keyboard.print("windows security");
delay(100);
Keyboard.press(KEY_RETURN);
Keyboard.releaseAll();

Will output "windows security°°°°°°°°°°°" and never press enter, plus the shift key will stay enabled.

I already had thoses issues but i managed to reeduce delay time and it worked, iin this situation and for this function i cannot make it work

Tested on 3 different windows 10 device, all three reacting the same

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.