sudo pacman -Sy xorg-input
xinput list
xinput disable <ID>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import json | |
from half_json.core import JSONFixer | |
def json_fixer(data: str) -> str: | |
# define a mapping of full-width punctuation to half-width punctuation | |
punctuation_map = { | |
"!": "!", |