Israel Lehnen Silva wrote: > Como fazer funcionar o "/" no teclado usb da DELL no FreeBSD
Inicie o xev e digite "/". No terminal que foi executado o xev irá aparecer algo assim: -- KeyPress event, serial 30, synthetic NO, window 0x2a00001, root 0x69, subw 0x0, time 4038396390, (540,807), root:(544,829), state 0x10, keycode 211 (keysym 0x2f, slash), same_screen YES, XLookupString gives 1 bytes: (2f) "/" XmbLookupString gives 1 bytes: (2f) "/" XFilterEvent returns: False KeyRelease event, serial 30, synthetic NO, window 0x2a00001, root 0x69, subw 0x0, time 4038396473, (540,807), root:(544,829), state 0x10, keycode 211 (keysym 0x2f, slash), same_screen YES, XLookupString gives 1 bytes: (2f) "/" XFilterEvent returns: False -- Onde o keycode é o valor do seu teclado. Após isso é só colocar no teu .profile: xmodmap -e "keycode 228 = slash question" Provávelmente será esse 228, eu usava antes um teclado desses. Abraços > > Obrigado. > ------------------------- > Histórico: http://www.fug.com.br/historico/html/freebsd/ > Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd -- Marcus Alves Grando marcus(at)sbh.eng.br | Personal mnag(at)FreeBSD.org | FreeBSD.org ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd