Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

regex feature not block caracters included by SHIFT + caracter #97

@luzfcb

Description

@luzfcb

by example, I have the following code

$("#hash").autotab('filter', { format: 'custom',  pattern: '[^0-9a-zA-Z]'});

all the characters below are obtained with SHIFT + character or SHIFT + character + SPACE and neither of them is blocked (there are probably more than these)

^
~
'
`
"
â ä ã ÂÄÃ
ĉ
ê ë ẽ Ê Ë Ẽ
ĝ Ĝ 
ḧ Ḧ
î ï ĩ Î Ï Ĩ
ĵ Ĵ

SHIFT + ^ caracter + SPACE = ^
SHIFT + 6 caracter + SPACE = "
SHIFT + 6 caracter + e = ë

in pt-br keyboard layout ( ABNT)

2000px-kb_portuguese_brazil svg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions