Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luzfcb opened this issue Apr 8, 2016 · 0 comments
Open

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

luzfcb opened this issue Apr 8, 2016 · 0 comments

Comments

@luzfcb
Copy link

luzfcb commented Apr 8, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant