From 8bcd6c2ecd2967def0d60b18d3076b307f68cf21 Mon Sep 17 00:00:00 2001 From: throwawaywords <64502440+throwawaywords@users.noreply.github.com> Date: Wed, 24 Jun 2020 19:41:04 +0300 Subject: [PATCH] Add Turkish F keyboard --- public/js/layouts.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/js/layouts.js b/public/js/layouts.js index c41de53a4..d4dacc4cf 100644 --- a/public/js/layouts.js +++ b/public/js/layouts.js @@ -27,5 +27,12 @@ const layouts = { "aA","sS","hH","tT","gG","yY","nN","eE","oO","iI","'\"", "zZ","xX","mM","cC","vV","kK","lL",",<",".>","/?", " " + ], + turkishf: [ + "*+","1!","2\"","3^","4$","5%","6&","7'","8(","9)","0=","/?","-_", + "fF","gG","ğĞ","ıI","oO","dD","rR","nN","hH","pP","qQ","wW","xX", + "uU","iİ","eE","aA","üÜ","tT","kK","mM","lL","yY","şŞ", + "jJ","öÖ","vV","cC","çÇ","zZ","sS","bB",".:",",;", + " " ] -} \ No newline at end of file +}