From d3f2c438619eaba972b37b4bb9e71292e7436150 Mon Sep 17 00:00:00 2001 From: et0h Date: Sat, 13 Feb 2021 11:02:11 +0000 Subject: [PATCH] Delete suspected mpv char input duplicates (#370) --- syncplay/resources/syncplayintf.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/syncplay/resources/syncplayintf.lua b/syncplay/resources/syncplayintf.lua index 8c3e319..d7be2c2 100644 --- a/syncplay/resources/syncplayintf.lua +++ b/syncplay/resources/syncplayintf.lua @@ -79,11 +79,11 @@ non_us_chars = { 'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я', '≥','≠','Ğ','Ş','ı','ğ','ş', 'ç', 'ñ', - '´', 'á', 'é', 'í', 'ó', 'ú', - '`', 'à', 'è', 'ì', 'ò', 'ù', - '^', 'â', 'ê', 'î', 'ô', 'û', - '~', 'ã', 'ẽ', 'ĩ', 'õ', 'ũ', - '¨', 'ä', 'ë', 'ï', 'ö', 'ü' + '´', + '`', + '^', + '~', 'ẽ', 'ĩ', 'ũ', + '¨', } function format_scrolling(xpos, ypos, text)