Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ isLetterKey
Method
isLetterKey
shared/java/Key.java:164–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
public
boolean isLetterKey() {
165
return
(_mask & KeyType.LETTER) != 0;
166
}
167
168
/**
169
* All Digit keys (including the keypad digits)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected