The issue is that slashes "/", and "_" are not being entered. I took a look at micromacro's source, but I have no idea how to setup the project (I use CodeBlocks), and in the:
Yeah, keyboardType() still needs to be fixed. The problem with it is that I can either make special cases for all symbols (which would probably break under different keyboard layouts), or need to rewrite the whole function. Actually, I'll work on that now.
I tried compiling in CodeBlocks but I'm missing a bunch of libraries, and I can't b bothered figuring it out cause it takes a long time. To configure a development environment. Plus I'd be next to useless, cause at a quick glance I didn't understand ur code.
Not surprising. Sometimes, I don't even understand my code. But all joking aside, I do find it is harder to make sense of somebody elses code most of the time. And keyboardType() was a mess. Here's the new, revised keyboardType() that should work most of the time (although is kind of hackish).